warn about inconsistent spacing around binary operators; fixes #7582

This commit is contained in:
Andreas Rumpf
2018-05-05 14:58:33 +02:00
parent 805402b294
commit 1aa359febb
12 changed files with 28 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
## The builtin 'system.locals' implemented as a plugin.
import "../../" / [pluginsupport, ast, astalgo,
import "../../" / [pluginsupport, ast, astalgo,
magicsys, lookups, semdata, lowerings]
proc semLocals(c: PContext, n: PNode): PNode =