chore(library/compiler/emit_cpp): missing space
This commit is contained in:
parent
b5f20f0b73
commit
e5e245d0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -776,7 +776,7 @@ public:
|
|||
} else {
|
||||
m_out << "_init_" << to_base_cpp_name(m_env, n) << "()";
|
||||
}
|
||||
m_out << "{\n";
|
||||
m_out << " {\n";
|
||||
m_out << "_start:\n";
|
||||
emit(e);
|
||||
m_out << "}\n";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue