aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-03-15 14:14:39 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-15 14:14:39 +0100
commitad6e0564b860ba31198ee9ed29828ce7b4b55d21 (patch)
tree763b6385d0aca316d7927cfd64fbe3f3a4a1476a /sysdeps/i386
parent556b0b6130a6f4163a2aa6c82c5176e053292385 (diff)
downloadglibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.tar
glibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.tar.gz
glibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.tar.bz2
glibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.zip
Cleanup formatting.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/fpu/math_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/i386/fpu/math_private.h b/sysdeps/i386/fpu/math_private.h
index d96996fadf..65202269b0 100644
--- a/sysdeps/i386/fpu/math_private.h
+++ b/sysdeps/i386/fpu/math_private.h
@@ -17,10 +17,10 @@ while (0)
#include_next <math_private.h>
-# include <fpu_control.h>
+#include <fpu_control.h>
-# undef libc_feholdexcept_setround_53bit
-# define libc_feholdexcept_setround_53bit(e, r) \
+#undef libc_feholdexcept_setround_53bit
+#define libc_feholdexcept_setround_53bit(e, r) \
do \
{ \
fpu_control_t cw; \
@@ -32,8 +32,8 @@ while (0)
} \
while (0)
-# undef libc_feupdateenv_53bit
-# define libc_feupdateenv_53bit(e) \
+#undef libc_feupdateenv_53bit
+#define libc_feupdateenv_53bit(e) \
do \
{ \
fpu_control_t cw; \