From a7b420eadcd706702b5244dfa3beee06c7a990aa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 8 Apr 2010 16:09:15 -0700 Subject: [PATCH] Fix whitespaces. --- math/s_cproj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.4.GIT