Fix incorrect indentation for code generated by mkclass

This commit is contained in:
Gunnar Beutner 2018-01-04 06:06:33 +00:00
parent 7fc25dcb98
commit d9020f264f
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
}
m_Impl << std::endl
<< "\t\t\t\tbreak;" << std::endl;
<< "\t\t\tbreak;" << std::endl;
}
m_Impl << "\t}" << std::endl;