summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_hypotf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_hypotf.c')
-rw-r--r--lib/msun/src/e_hypotf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/e_hypotf.c b/lib/msun/src/e_hypotf.c
index 630c341..0624a39 100644
--- a/lib/msun/src/e_hypotf.c
+++ b/lib/msun/src/e_hypotf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float __ieee754_hypotf(float x, float y)
+float
+__ieee754_hypotf(float x, float y)
{
float a=x,b=y,t1,t2,y1,y2,w;
int32_t j,k,ha,hb;
OpenPOWER on IntegriCloud