From: Richard M. Stallman Date: Sat, 1 Feb 1997 01:39:11 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.1~2988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b65c684914d9d84dfa855479251cbcf385996db;p=emacs.git Whitespace change. --- diff --git a/src/floatfns.c b/src/floatfns.c index 614506e7c4f..11cf657f105 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -829,7 +829,7 @@ static double rint (d) double d; { - return floor(d + 0.5); + return floor (d + 0.5); } #endif