summary refs log tree commit diff stats
path: root/compiler/nversion.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nversion.nim')
-rw-r--r--compiler/nversion.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim
index 4dea62876..adeb0fb6d 100644
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -10,7 +10,7 @@
 # This module contains Nim's version. It is the only place where it needs
 # to be changed.
 
-const 
+const
   MaxSetElements* = 1 shl 16  # (2^16) to support unicode character sets?
   VersionAsString* = system.NimVersion
   RodFileVersion* = "1215"       # modify this if the rod-format changes!