Fix whitespaces
authorUlrich Drepper <drepper@gmail.com>
Thu, 8 Sep 2011 02:12:47 +0000 (22:12 -0400)
committerUlrich Drepper <drepper@gmail.com>
Thu, 8 Sep 2011 02:12:47 +0000 (22:12 -0400)
sysdeps/powerpc/fpu/e_rem_pio2f.c
sysdeps/powerpc/fpu/s_float_bitwise.h

index 4744895..9325eeb 100644 (file)
@@ -187,4 +187,3 @@ __ieee754_rem_pio2f (float x, float *y)
     }
   return i;
 }
-
index c8b1d7a..06b4f2a 100644 (file)
@@ -74,7 +74,7 @@ float __float_and8 (float num)
   float ret;
 #ifdef _ARCH_PWR7
   vector int mask = (vector int) {
-    0x7ff00000, 0x00000000, 0x00000000, 0x00000000 
+    0x7ff00000, 0x00000000, 0x00000000, 0x00000000
   };
   __asm__ (
     "xxland %x0,%x1,%x2" : "=f" (ret) : "f" (num), "f" (mask)