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