summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_acosh.c')
-rw-r--r--lib/msun/src/w_acosh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/w_acosh.c b/lib/msun/src/w_acosh.c
index 53514fd..1b783e2 100644
--- a/lib/msun/src/w_acosh.c
+++ b/lib/msun/src/w_acosh.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double acosh(double x) /* wrapper acosh */
+double
+acosh(double x) /* wrapper acosh */
{
#ifdef _IEEE_LIBM
return __ieee754_acosh(x);
OpenPOWER on IntegriCloud