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