More trailing whilespace removal

This commit is contained in:
Gregory Nutt
2014-04-13 14:32:20 -06:00
parent 890beea0b6
commit 3a1324741a
349 changed files with 1082 additions and 1082 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ double round(double x)
{
x -= 1.0;
}
if (x >= 0.0 && f >= 0.5)
{
x += 1.0;