summary refs log tree commit diff stats
path: root/lib/core/macros.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-02-21 12:03:34 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-02-21 12:03:34 +0100
commit418cbbb450d6986ac30ee3fec92fdb7f9cdac7ff (patch)
tree2eaf86f4285df4f037d1be26a95be6fac06626cd /lib/core/macros.nim
parent43d570c17810fa9d8ab7605f3ce4dfd2120fdd63 (diff)
downloadNim-418cbbb450d6986ac30ee3fec92fdb7f9cdac7ff.tar.gz
macros.nim: spacing
Diffstat (limited to 'lib/core/macros.nim')
-rw-r--r--lib/core/macros.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 7ec1eefc6..461afb963 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -254,7 +254,7 @@ else: # bootstrapping substitute
   proc getImpl*(symbol: NimNode): NimNode =
     symbol.symbol.getImpl
 
-  proc strValOld(n: NimNode): string  {.magic: "NStrVal", noSideEffect.}
+  proc strValOld(n: NimNode): string {.magic: "NStrVal", noSideEffect.}
 
   proc `$`*(s: NimSym): string {.magic: "IdentToStr", noSideEffect.}