From b74bc88385a52e87d16f71d75a12f784ce1fce6d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 Mar 2020 13:36:41 +0100 Subject: Cygwin: fix formatting: drop trailing whitespace Signed-off-by: Corinna Vinschen --- winsup/cygwin/math/nexttowardf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/math/nexttowardf.c') diff --git a/winsup/cygwin/math/nexttowardf.c b/winsup/cygwin/math/nexttowardf.c index 0a2f3bfb7..51abe0a29 100644 --- a/winsup/cygwin/math/nexttowardf.c +++ b/winsup/cygwin/math/nexttowardf.c @@ -29,7 +29,7 @@ nexttowardf (float x, long double y) if (xx == y ) /* nextafter (0.0, -O.0) should return -0.0. */ return y; - u.f = x; + u.f = x; if (x == 0.0F) { u.i = 1; -- cgit v1.2.3