Whitespace change.
This commit is contained in:
parent
17949e23c5
commit
1b65c68491
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ static double
|
|||
rint (d)
|
||||
double d;
|
||||
{
|
||||
return floor(d + 0.5);
|
||||
return floor (d + 0.5);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue