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