mirror of https://github.com/Icinga/icinga2.git
Fix incorrect indentation for code generated by mkclass
This commit is contained in:
parent
7fc25dcb98
commit
d9020f264f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue