From: Ulrich Drepper Date: Thu, 8 Apr 2010 23:09:15 +0000 (-0700) Subject: Fix whitespaces. X-Git-Tag: fedora/glibc-2.11.90-18~1^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b420eadcd706702b5244dfa3beee06c7a990aa;p=thirdparty%2Fglibc.git Fix whitespaces. --- diff --git a/math/s_cproj.c b/math/s_cproj.c index 90e5ebaa4e9..cff75c40cf9 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; }