mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix whitespaces.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user