summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_hypotf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_hypotf.c')
-rw-r--r--lib/msun/src/w_hypotf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/w_hypotf.c b/lib/msun/src/w_hypotf.c
index 893482c..c63146f 100644
--- a/lib/msun/src/w_hypotf.c
+++ b/lib/msun/src/w_hypotf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float hypotf(float x, float y) /* wrapper hypotf */
+float
+hypotf(float x, float y) /* wrapper hypotf */
{
#ifdef _IEEE_LIBM
return __ieee754_hypotf(x,y);
OpenPOWER on IntegriCloud