From: Ulrich Drepper Date: Thu, 8 Apr 2010 23:09:15 +0000 (-0700) Subject: Fix whitespaces. X-Git-Tag: upstream/2.30~12878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7b420eadcd706702b5244dfa3beee06c7a990aa;p=external%2Fglibc.git Fix whitespaces. --- 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; }