Cygwin: fix formatting: drop trailing whitespace

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2020-03-11 13:36:41 +01:00
parent 3bb346d593
commit b74bc88385
99 changed files with 117 additions and 117 deletions

View File

@ -23,7 +23,7 @@ nextafterl (long double x, long double y)
unsigned long long mantissa;
unsigned short expn;
unsigned short pad;
} parts;
} parts;
} u;
/* The normal bit is explicit for long doubles, unlike
@ -58,7 +58,7 @@ nextafterl (long double x, long double y)
}
/* If we have updated the expn of a normal number,
or moved from denormal to normal, [re]set the normal bit. */
or moved from denormal to normal, [re]set the normal bit. */
if (u.parts.expn & 0x7fff)
u.parts.mantissa |= normal_bit;