summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_scalbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_scalbf.c')
-rw-r--r--lib/msun/src/w_scalbf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/msun/src/w_scalbf.c b/lib/msun/src/w_scalbf.c
index 1e19e24..2781833 100644
--- a/lib/msun/src/w_scalbf.c
+++ b/lib/msun/src/w_scalbf.c
@@ -29,9 +29,11 @@ static char rcsid[] = "$FreeBSD$";
#include <errno.h>
#ifdef _SCALB_INT
- float scalbf(float x, int fn) /* wrapper scalbf */
+float
+scalbf(float x, int fn) /* wrapper scalbf */
#else
- float scalbf(float x, float fn) /* wrapper scalbf */
+float
+scalbf(float x, float fn) /* wrapper scalbf */
#endif
{
#ifdef _IEEE_LIBM
OpenPOWER on IntegriCloud