mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-29 05:26:17 +00:00
add indentation for return; line
This commit is contained in:
parent
75a9a58a80
commit
cea014e99b
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ void N64Recomp::CGenerator::emit_switch_error(uint32_t instr_vram, uint32_t jtbl
|
||||||
|
|
||||||
void N64Recomp::CGenerator::emit_return(const Context& context) const {
|
void N64Recomp::CGenerator::emit_return(const Context& context) const {
|
||||||
if (context.trace_mode) {
|
if (context.trace_mode) {
|
||||||
fmt::print(output_file, "TRACE_RETURN()\n");
|
fmt::print(output_file, "TRACE_RETURN()\n ");
|
||||||
}
|
}
|
||||||
fmt::print(output_file, "return;\n");
|
fmt::print(output_file, "return;\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue