fix spacing

This commit is contained in:
Andrii Riabushenko
2018-11-29 23:36:06 +00:00
parent 4b31d7bb83
commit 9bba790534

View File

@@ -408,7 +408,7 @@ proc passCopyToSink(n: PNode; c: var Con): PNode =
else:
result.add newTree(nkAsgn, tmp, p(n, c))
result.add tmp
proc pArg(arg: PNode; c: var Con; isSink: bool): PNode =
if arg.typ == nil:
# typ is nil if we are in if/case branch with noreturn