summary refs log tree commit diff stats
path: root/rod
diff options
context:
space:
mode:
Diffstat (limited to 'rod')
-rwxr-xr-xrod/astalgo.nim3
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")
main&id=d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc'>d3a9db3a ^
b94e94e0 ^




































d3a9db3a ^







ac608bc7 ^










d3a9db3a ^
ac608bc7 ^
d3a9db3a ^
ac608bc7 ^








b94e94e0 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93