diff options
| author | hryx <codroid@gmail.com> | 2019-06-27 21:17:27 -0700 |
|---|---|---|
| committer | hryx <codroid@gmail.com> | 2019-06-27 21:17:27 -0700 |
| commit | 3e0ff32bd84102e4ea892bfdab6cd20daab83897 (patch) | |
| tree | 94cf85827c85ce0aef9de2366b1e8698f2a3c7cf /src-self-hosted | |
| parent | b4bd52cc515e698a0bcf64653d829efeb2e0b4cb (diff) | |
| download | zig-3e0ff32bd84102e4ea892bfdab6cd20daab83897.tar.gz zig-3e0ff32bd84102e4ea892bfdab6cd20daab83897.zip | |
Separate with space instead of LF to prevent rendering excessive indentation
Diffstat (limited to 'src-self-hosted')
| -rw-r--r-- | src-self-hosted/translate_c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-self-hosted/translate_c.zig b/src-self-hosted/translate_c.zig index a8ce601d56..28b75237c9 100644 --- a/src-self-hosted/translate_c.zig +++ b/src-self-hosted/translate_c.zig @@ -1452,7 +1452,7 @@ fn appendTokenFmt(c: *Context, token_id: Token.Id, comptime format: []const u8, .start = start_index, .end = end_index, }; - try c.source_buffer.appendByte('\n'); + try c.source_buffer.appendByte(' '); return token_index; } |
