]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix whitespaces.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Apr 2010 23:09:15 +0000 (16:09 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Apr 2010 23:09:15 +0000 (16:09 -0700)
math/s_cproj.c

index 90e5ebaa4e9ff9ed2f861999d60ac1073381dde7..cff75c40cf98942e2cd8b815f7f4c233bd5f3140 100644 (file)
@@ -33,7 +33,7 @@ __cproj (__complex__ double x)
 
       __real__ res = INFINITY;
       __imag__ res = __copysign (0.0, __imag__ x);
-      
+
       return res;
     }