Merge pull request #6953 from Icinga/bugfix/style

Fix indent in configcompiler.cpp
This commit is contained in:
Michael Friedrich 2019-02-20 11:32:29 +01:00 committed by GitHub
commit 819594e7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}