summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_ynf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_ynf.c')
-rw-r--r--lib/msun/src/w_ynf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/w_ynf.c b/lib/msun/src/w_ynf.c
index bd4a09d..2dc3903 100644
--- a/lib/msun/src/w_ynf.c
+++ b/lib/msun/src/w_ynf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float ynf(int n, float x) /* wrapper ynf */
+float
+ynf(int n, float x) /* wrapper ynf */
{
#ifdef _IEEE_LIBM
return __ieee754_ynf(n,x);
OpenPOWER on IntegriCloud