Removed trailing whitespace in math module

This commit is contained in:
Mathijs Saey
2016-08-05 17:58:31 +02:00
parent 2a84206e89
commit 756beb5b5b

View File

@@ -219,7 +219,7 @@ when not defined(JS):
##
## .. code-block:: nim
## echo ceil(-2.1) ## -2.0
when defined(windows) and defined(vcc):
proc round0[T: float32|float64](x: T): T =
## Windows compilers prior to MSVC 2012 do not implement 'round',