mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 10:46:02 +08:00
More trailing whilespace removal
This commit is contained in:
@@ -29,7 +29,7 @@ double round(double x)
|
||||
{
|
||||
x -= 1.0;
|
||||
}
|
||||
|
||||
|
||||
if (x >= 0.0 && f >= 0.5)
|
||||
{
|
||||
x += 1.0;
|
||||
|
||||
Reference in New Issue
Block a user