diff options
Diffstat (limited to 'rod/astalgo.nim')
-rwxr-xr-x | rod/astalgo.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rod/astalgo.nim b/rod/astalgo.nim index d47dfcccb..1b4572b2b 100755 --- a/rod/astalgo.nim +++ b/rod/astalgo.nim @@ -311,7 +311,8 @@ proc typeToYamlAux(n: PType, marker: var TIntSet, indent: int, maxRecDepth: int) toRope("align"), toRope(n.align), toRope("sons"), result]) -proc treeToYamlAux(n: PNode, marker: var TIntSet, indent: int, maxRecDepth: int): PRope = +proc treeToYamlAux(n: PNode, marker: var TIntSet, indent: int, + maxRecDepth: int): PRope = var istr: PRope if n == nil: result = toRope("null") |