mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
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…
x
Reference in New Issue
Block a user