mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user