summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_nextafterf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_nextafterf.c')
-rw-r--r--lib/msun/src/s_nextafterf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c
index 67dbaa6..d7cf1ab 100644
--- a/lib/msun/src/s_nextafterf.c
+++ b/lib/msun/src/s_nextafterf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float nextafterf(float x, float y)
+float
+nextafterf(float x, float y)
{
int32_t hx,hy,ix,iy;
OpenPOWER on IntegriCloud