chore(library/compiler/emit_cpp): missing space

This commit is contained in:
Leonardo de Moura 2019-02-03 10:41:41 -08:00
parent b5f20f0b73
commit e5e245d0f2

View file

@ -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";