mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
CBE: avoid trailing space
This commit is contained in:
parent
3683602226
commit
91e489174b
@ -4434,8 +4434,9 @@ fn airSwitchBr(f: *Function, inst: Air.Inst.Index) !CValue {
|
||||
try writer.writeByte(')');
|
||||
}
|
||||
try f.object.dg.renderValue(writer, condition_ty, f.air.value(item).?, .Other);
|
||||
try writer.writeAll(": ");
|
||||
try writer.writeByte(':');
|
||||
}
|
||||
try writer.writeByte(' ');
|
||||
|
||||
if (case_i != last_case_i) {
|
||||
const old_value_map = f.value_map;
|
||||
|
Loading…
Reference in New Issue
Block a user