Merge pull request #5945 from Icinga/fix/mkclass-indentation

Fix incorrect indentation for code generated by mkclass
This commit is contained in:
Gunnar Beutner 2018-01-04 12:41:52 +01:00 committed by GitHub
commit 858961b8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,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;