1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix whitespaces.

This commit is contained in:
Ulrich Drepper
2010-04-08 16:09:15 -07:00
parent 85997fc3eb
commit a7b420eadc

View File

@ -33,7 +33,7 @@ __cproj (__complex__ double x)
__real__ res = INFINITY; __real__ res = INFINITY;
__imag__ res = __copysign (0.0, __imag__ x); __imag__ res = __copysign (0.0, __imag__ x);
return res; return res;
} }