diff options
author | Mathijs Saey <mathsaey@vub.ac.be> | 2016-08-05 17:58:31 +0200 |
---|---|---|
committer | Mathijs Saey <mathsaey@vub.ac.be> | 2016-08-05 17:58:31 +0200 |
commit | 756beb5b5b535f02fe3559668132361e82da0565 (patch) | |
tree | c5b9563b6b63d4a3020ab21ce218096ecd4efed0 /lib | |
parent | 2a84206e8915177addb73a9b7725fa6584010982 (diff) | |
download | Nim-756beb5b5b535f02fe3559668132361e82da0565.tar.gz |
Removed trailing whitespace in math module
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/math.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/math.nim b/lib/pure/math.nim index ce18f0030..58d9879b2 100644 --- a/lib/pure/math.nim +++ b/lib/pure/math.nim @@ -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', |