diff options
Diffstat (limited to 'lib/msun/src/w_atanhf.c')
-rw-r--r-- | lib/msun/src/w_atanhf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/w_atanhf.c b/lib/msun/src/w_atanhf.c index 39991e0..12165b4 100644 --- a/lib/msun/src/w_atanhf.c +++ b/lib/msun/src/w_atanhf.c @@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$"; #include "math_private.h" - float atanhf(float x) /* wrapper atanhf */ +float +atanhf(float x) /* wrapper atanhf */ { #ifdef _IEEE_LIBM return __ieee754_atanhf(x); |