| author | |
| committer | |
| log | 43ce0dc6530f85b7d1ea6c9f9406e6e9bd9aa538 |
| tree | 67e64faf5b40170dbe9874d32eda6227c0e8f966 |
| parent | 50e32dd75d6577813c092d81bc217dffe6a2ae26 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -108,7 +108,7 @@ fn doInner(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Val |
| 108 | 108 | inline for (v.children) |it| { |
| 109 | 109 | try do(alloc, writer, it, data, ctx, .{ |
| 110 | 110 | .Ctx = opts.Ctx, |
| 111 | .indent = opts.indent + 1, | |
| 111 | .indent = if (shouldindent) opts.indent + 1 else opts.indent, | |
| 112 | 112 | .doindent = shouldindent, |
| 113 | 113 | .doindent2 = opts.doindent2, |
| 114 | 114 | }); |