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

@ -30,7 +30,7 @@ nexttoward (double x, long double y)
if (xx == y)
/* nextafter (0.0, -O.0) should return -0.0. */
return y;
u.d = x;
u.d = x;
if (x == 0.0)
{
u.ll = 1;
@ -38,7 +38,7 @@ nexttoward (double x, long double y)
}
/* Non-extended encodings are lexicographically ordered,
with implicit "normal" bit. */
with implicit "normal" bit. */
if (((x > 0.0) ^ (y > xx)) == 0)
u.ll++;
else