From ad6e0564b860ba31198ee9ed29828ce7b4b55d21 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 15 Mar 2012 14:14:39 +0100 Subject: Cleanup formatting. --- math/libm-test.inc | 1 - sysdeps/i386/fpu/math_private.h | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/math/libm-test.inc b/math/libm-test.inc index aeba1ae7be..8882833dc6 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -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); } 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 -# include +#include -# 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; \ -- cgit 1.4.1