Automated leading tab to spaces conversion.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
static double rint( double x )
|
||||
{
|
||||
return floor(x < 0 ? x - 0.5 : x + 0.5);
|
||||
return floor(x < 0 ? x - 0.5 : x + 0.5);
|
||||
}
|
||||
|
||||
union MSVC_FLOAT_HACK
|
||||
|
||||
Reference in New Issue
Block a user