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