mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-01 02:44:28 +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) {
|
||||
std::vector<String> paths;
|
||||
paths.reserve(zoneDirs.size());
|
||||
|
||||
for (const ZoneFragment& zf : zoneDirs) {
|
||||
paths.push_back(zf.Path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user