| author | |
| committer | |
| log | 3e0ff32bd84102e4ea892bfdab6cd20daab83897 |
| tree | 94cf85827c85ce0aef9de2366b1e8698f2a3c7cf |
| parent | b4bd52cc515e698a0bcf64653d829efeb2e0b4cb |
| signature | Commit is signed but in an unrecognized format. |
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, |
| 1452 | 1452 | .start = start_index, |
| 1453 | 1453 | .end = end_index, |
| 1454 | 1454 | }; |
| 1455 | try c.source_buffer.appendByte('\n'); | |
| 1455 | try c.source_buffer.appendByte(' '); | |
| 1456 | 1456 | |
| 1457 | 1457 | return token_index; |
| 1458 | 1458 | } |