diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 16:09:15 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 16:09:15 -0700 |
commit | a7b420eadcd706702b5244dfa3beee06c7a990aa (patch) | |
tree | 1f740ff4621b84db4ef1d483adb51f9cfcbfb2f2 /math | |
parent | 85997fc3ebe20b96f24b590e998d3ff7b2b8148a (diff) | |
download | glibc-a7b420eadcd706702b5244dfa3beee06c7a990aa.tar.gz glibc-a7b420eadcd706702b5244dfa3beee06c7a990aa.tar.xz glibc-a7b420eadcd706702b5244dfa3beee06c7a990aa.zip |
Fix whitespaces.
Diffstat (limited to 'math')
-rw-r--r-- | math/s_cproj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_cproj.c b/math/s_cproj.c index 90e5ebaa4e..cff75c40cf 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; } |