mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix whitespace
This commit is contained in:
parent
8db736347c
commit
f5f312ebe0
@ -38,7 +38,7 @@ main (void)
|
||||
u.ieee.negative = 0;
|
||||
(void) powl (0.2, u.d);
|
||||
x = powl (x, 1.5);
|
||||
if (fabsl (x - 1e-30) > 1e-10)
|
||||
if (fabsl (x - 1e-30) > 1e-10)
|
||||
{
|
||||
printf ("powl (1e-20, 1.5): wrong result: %Lg\n", x);
|
||||
result = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user