aboutsummaryrefslogtreecommitdiff
path: root/math/s_cproj.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_cproj.c')
-rw-r--r--math/s_cproj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_cproj.c b/math/s_cproj.c
index 90e5eba..cff75c4 100644
--- a/math/s_cproj.c
+++ b/math/s_cproj.c
@@ -33,7 +33,7 @@ __cproj (__complex__ double x)
__real__ res = INFINITY;
__imag__ res = __copysign (0.0, __imag__ x);
-
+
return res;
}