authorgravatar for codroid@gmail.comhryx <codroid@gmail.com> 2019-06-27 21:17:27-07:00
committergravatar for codroid@gmail.comhryx <codroid@gmail.com> 2019-06-27 21:17:27-07:00
log3e0ff32bd84102e4ea892bfdab6cd20daab83897
tree94cf85827c85ce0aef9de2366b1e8698f2a3c7cf
parentb4bd52cc515e698a0bcf64653d829efeb2e0b4cb
signature Commit is signed but in an unrecognized format.

Separate with space instead of LF to prevent rendering excessive indentation


1 files changed, 1 insertions(+), 1 deletions(-)

src-self-hosted/translate_c.zig+1-1
......@@ -1452,7 +1452,7 @@ fn appendTokenFmt(c: *Context, token_id: Token.Id, comptime format: []const u8,
14521452 .start = start_index,
14531453 .end = end_index,
14541454 };
1455 try c.source_buffer.appendByte('\n');
1455 try c.source_buffer.appendByte(' ');
14561456
14571457 return token_index;
14581458}