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