mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
parser.nim: minor code style fix
This commit is contained in:
@@ -1517,7 +1517,7 @@ proc parseCase(p: var TParser): PNode =
|
||||
#| | IND{=} ofBranches)
|
||||
var
|
||||
b: PNode
|
||||
inElif= false
|
||||
inElif = false
|
||||
wasIndented = false
|
||||
result = newNodeP(nkCaseStmt, p)
|
||||
getTok(p)
|
||||
|
||||
Reference in New Issue
Block a user