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 90e5eba..cff75c4 100644 (file)
@@ -33,7 +33,7 @@ __cproj (__complex__ double x)
 
       __real__ res = INFINITY;
       __imag__ res = __copysign (0.0, __imag__ x);
-      
+
       return res;
     }