Issue 24366: Indent code (thanks to li4ick for reporting).
This commit is contained in:
parent
86c3a3b0b7
commit
614bfcc953
|
@ -73,7 +73,7 @@ round(double x)
|
|||
absx = fabs(x);
|
||||
y = floor(absx);
|
||||
if (absx - y >= 0.5)
|
||||
y += 1.0;
|
||||
y += 1.0;
|
||||
return copysign(y, x);
|
||||
}
|
||||
#endif /* HAVE_ROUND */
|
||||
|
|
Loading…
Reference in New Issue