aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-08 16:09:15 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-08 16:09:15 -0700
commita7b420eadcd706702b5244dfa3beee06c7a990aa (patch)
tree1f740ff4621b84db4ef1d483adb51f9cfcbfb2f2 /math
parent85997fc3ebe20b96f24b590e998d3ff7b2b8148a (diff)
downloadglibc-a7b420eadcd706702b5244dfa3beee06c7a990aa.zip
glibc-a7b420eadcd706702b5244dfa3beee06c7a990aa.tar.gz
glibc-a7b420eadcd706702b5244dfa3beee06c7a990aa.tar.bz2
Fix whitespaces.
Diffstat (limited to 'math')
-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;
}