summary refs log tree commit diff stats
path: root/compiler/pbraces.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/pbraces.nim')
-rw-r--r--compiler/pbraces.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/pbraces.nim b/compiler/pbraces.nim
index cf4dbffc5..00f83a11e 100644
--- a/compiler/pbraces.nim
+++ b/compiler/pbraces.nim
@@ -7,12 +7,12 @@
 #    distribution, for details about the copyright.
 #
 
-import 
+import
   llstream, lexer, parser, idents, strutils, ast, msgs
 
-proc parseAll*(p: var TParser): PNode = 
+proc parseAll*(p: var TParser): PNode =
   result = nil
 
-proc parseTopLevelStmt*(p: var TParser): PNode = 
+proc parseTopLevelStmt*(p: var TParser): PNode =
   result = nil