mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Merge pull request #6953 from Icinga/bugfix/style
Fix indent in configcompiler.cpp
This commit is contained in:
commit
819594e7b4
@ -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…
x
Reference in New Issue
Block a user