Fix whitespace
authorUlrich Drepper <drepper@gmail.com>
Wed, 18 May 2011 23:52:42 +0000 (19:52 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 18 May 2011 23:52:42 +0000 (19:52 -0400)
math/test-powl.c

index 960f216..c464d78 100644 (file)
@@ -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;