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