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