diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-18 19:52:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-18 19:52:42 -0400 |
commit | f5f312ebe06920f8cdd389ff42713a7088898a11 (patch) | |
tree | 5633b2840efe512ebba4b2dfbc789fa64e1c8e98 | |
parent | 8db736347c7aca3201f61e3f05b5f672bcdd5bd9 (diff) | |
download | glibc-f5f312ebe06920f8cdd389ff42713a7088898a11.tar glibc-f5f312ebe06920f8cdd389ff42713a7088898a11.tar.gz glibc-f5f312ebe06920f8cdd389ff42713a7088898a11.tar.bz2 glibc-f5f312ebe06920f8cdd389ff42713a7088898a11.zip |
Fix whitespace
-rw-r--r-- | math/test-powl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-powl.c b/math/test-powl.c index 960f2167ca..c464d78e45 100644 --- a/math/test-powl.c +++ b/math/test-powl.c @@ -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; |