about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/mpa.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-21 14:29:18 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-21 14:31:42 +0530
commitbab8a695ee79a5a6e9b2b699938952b006fcbbec (patch)
tree8a3bc6e5c897ad000f0194aa99160fe12b34eeb2 /sysdeps/ieee754/dbl-64/mpa.c
parente21d7aa71c0700b6611bd55881b862ac73c5cd5b (diff)
downloadglibc-bab8a695ee79a5a6e9b2b699938952b006fcbbec.tar.gz
glibc-bab8a695ee79a5a6e9b2b699938952b006fcbbec.tar.xz
glibc-bab8a695ee79a5a6e9b2b699938952b006fcbbec.zip
Fix whitespace differences between generic and powerpc mpa.c
Diffstat (limited to 'sysdeps/ieee754/dbl-64/mpa.c')
-rw-r--r--sysdeps/ieee754/dbl-64/mpa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/dbl-64/mpa.c b/sysdeps/ieee754/dbl-64/mpa.c
index 845a42c5ca..65b63fd9f4 100644
--- a/sysdeps/ieee754/dbl-64/mpa.c
+++ b/sysdeps/ieee754/dbl-64/mpa.c
@@ -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;