From: Ulrich Drepper Date: Wed, 18 May 2011 23:52:42 +0000 (-0400) Subject: Fix whitespace X-Git-Tag: glibc-2.14~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f312ebe06920f8cdd389ff42713a7088898a11;p=thirdparty%2Fglibc.git Fix whitespace --- diff --git a/math/test-powl.c b/math/test-powl.c index 960f2167ca1..c464d78e45a 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;