Cleanup formatting.
authorAndreas Jaeger <aj@suse.de>
Thu, 15 Mar 2012 13:14:39 +0000 (14:14 +0100)
committerAndreas Jaeger <aj@suse.de>
Thu, 15 Mar 2012 13:14:39 +0000 (14:14 +0100)
math/libm-test.inc
sysdeps/i386/fpu/math_private.h

index aeba1ae..8882833 100644 (file)
@@ -6565,7 +6565,6 @@ sincos_test (void)
   TEST_extra (sincos, 0.80190127184058835, 0.71867942238767868, 0.69534156199418473);
   TEST_extra (sincos, 1e22, -0.8522008497671888017727058937530, 0.5232147853951389454975944733847);
 #endif
-  
 
   END (sincos);
 }
index d96996f..6520226 100644 (file)
@@ -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;                                \