Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 15:36:41 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 15:45:58 +0300
commitb74bc88385a52e87d16f71d75a12f784ce1fce6d (patch)
treec7c38b6bb62570e19f91f3a8ccf8a6e48ddd694b /winsup/cygwin/math/nexttowardf.c
parent3bb346d5937079c3dcbc75d113f81d1f80ee28ef (diff)
Cygwin: fix formatting: drop trailing whitespace
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/math/nexttowardf.c')
-rw-r--r--winsup/cygwin/math/nexttowardf.c2
1 files changed, 1 insertions, 1 deletions
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;