mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5945 from Icinga/fix/mkclass-indentation
Fix incorrect indentation for code generated by mkclass
This commit is contained in:
commit
858961b8ec
|
@ -310,7 +310,7 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
|
||||||
}
|
}
|
||||||
|
|
||||||
m_Impl << std::endl
|
m_Impl << std::endl
|
||||||
<< "\t\t\t\tbreak;" << std::endl;
|
<< "\t\t\tbreak;" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_Impl << "\t}" << std::endl;
|
m_Impl << "\t}" << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue