fix trailing whitespace issues that crept in here and there

This commit is contained in:
Rich Felker
2012-12-07 16:16:44 -05:00
parent 2ad9cf52eb
commit 03b0f13e90
5 changed files with 13 additions and 13 deletions

View File

@ -48,7 +48,7 @@ void sincosf(float x, float *sin, float *cos)
}
/* |x| ~<= 5*pi/4 */
if (ix <= 0x407b53d1) {
if (ix <= 0x407b53d1) {
if (ix <= 0x4016cbe3) { /* |x| ~<= 3pi/4 */
if (hx < 0x80000000) {
*sin = __cosdf(x - s1pio2);