mirror of https://github.com/Icinga/icinga2.git
Fix indent in configcompiler.cpp
This commit is contained in:
parent
b08d485a41
commit
3ad911a57c
|
@ -340,7 +340,8 @@ bool ConfigCompiler::HasZoneConfigAuthority(const String& zoneName)
|
|||
if (!empty) {
|
||||
std::vector<String> paths;
|
||||
paths.reserve(zoneDirs.size());
|
||||
for (const ZoneFragment& zf : zoneDirs) {
|
||||
|
||||
for (const ZoneFragment& zf : zoneDirs) {
|
||||
paths.push_back(zf.Path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue