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