Fix whitespace differences between generic and powerpc mpa.c
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 21 Feb 2013 08:59:18 +0000 (14:29 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 21 Feb 2013 09:01:42 +0000 (14:31 +0530)
ChangeLog
sysdeps/ieee754/dbl-64/mpa.c
sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
sysdeps/powerpc/powerpc64/power4/fpu/mpa.c

index 18645d0..1d929df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
+       (denorm): Likewise.
+       * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
+       * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
+
 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
index 845a42c..65b63fd 100644 (file)
@@ -119,7 +119,7 @@ __cpy (const mp_no *x, mp_no *y, int p)
 static void
 norm (const mp_no *x, double *y, int p)
 {
-#define R  RADIXI
+#define R RADIXI
   int i;
   double a, c, u, v, z[5];
   if (p < 5)
@@ -197,7 +197,7 @@ denorm (const mp_no *x, double *y, int p)
   int i, k;
   double c, u, z[5];
 
-#define R  RADIXI
+#define R RADIXI
   if (EX < -44 || (EX == -44 && X[1] < TWO5))
     {
       *y = ZERO;
index f4500df..1beeb5f 100644 (file)
@@ -112,7 +112,7 @@ __cpy (const mp_no *x, mp_no *y, int p)
 static void
 norm (const mp_no *x, double *y, int p)
 {
-#define R  RADIXI
+#define R RADIXI
   long i;
   double a, c, u, v, z[5];
   if (p < 5)
index f4500df..1beeb5f 100644 (file)
@@ -112,7 +112,7 @@ __cpy (const mp_no *x, mp_no *y, int p)
 static void
 norm (const mp_no *x, double *y, int p)
 {
-#define R  RADIXI
+#define R RADIXI
   long i;
   double a, c, u, v, z[5];
   if (p < 5)