Whitespace change.

This commit is contained in:
Richard M. Stallman 1997-02-01 01:39:11 +00:00
parent 17949e23c5
commit 1b65c68491

View file

@ -829,7 +829,7 @@ static double
rint (d)
double d;
{
return floor(d + 0.5);
return floor (d + 0.5);
}
#endif