mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6953 from Icinga/bugfix/style
Fix indent in configcompiler.cpp
This commit is contained in:
commit
819594e7b4
|
@ -340,6 +340,7 @@ bool ConfigCompiler::HasZoneConfigAuthority(const String& zoneName)
|
|||
if (!empty) {
|
||||
std::vector<String> paths;
|
||||
paths.reserve(zoneDirs.size());
|
||||
|
||||
for (const ZoneFragment& zf : zoneDirs) {
|
||||
paths.push_back(zf.Path);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue