]> sourceware.org Git - glibc.git/commitdiff
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 4744895f4f7c1e3d0cf48b859e31a2328d423b32..9325eeb27dd9055eeca1e76fa333f0fc2644b957 100644 (file)
@@ -187,4 +187,3 @@ __ieee754_rem_pio2f (float x, float *y)
     }
   return i;
 }
-
index c8b1d7a07ed3689d7e9f9cc1139e4a22750a5ac8..06b4f2a76edde89b60714350b73ffffe9e2d0d23 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)
This page took 0.044318 seconds and 5 git commands to generate.