diff lib/round.c @ 10092:ae7bf97ee30c

Remove trailing spaces.
author Bruno Haible <bruno@clisp.org>
date Tue, 20 May 2008 00:16:32 +0200 (2008-05-19)
parents 1013cba29012
children e8d2c6fc33ad
line wrap: on
line diff
--- a/lib/round.c
+++ b/lib/round.c
@@ -67,7 +67,7 @@
 DOUBLE
 FLOOR_BASED_ROUND (DOUBLE x)
 {
-  if (x >= L_(0.0)) 
+  if (x >= L_(0.0))
     {
       DOUBLE y = FLOOR (x);
       if (x - y >= L_(0.5))