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