diff options
author | Andreas Jaeger <aj@suse.de> | 2012-03-15 14:14:39 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-03-15 14:14:39 +0100 |
commit | ad6e0564b860ba31198ee9ed29828ce7b4b55d21 (patch) | |
tree | 763b6385d0aca316d7927cfd64fbe3f3a4a1476a /math | |
parent | 556b0b6130a6f4163a2aa6c82c5176e053292385 (diff) | |
download | glibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.zip glibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.tar.gz glibc-ad6e0564b860ba31198ee9ed29828ce7b4b55d21.tar.bz2 |
Cleanup formatting.
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index aeba1ae..8882833 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); } |