Fix indent in configcompiler.cpp

This commit is contained in:
Michael Friedrich 2019-02-15 12:24:49 +01:00
parent b08d485a41
commit 3ad911a57c
1 changed files with 2 additions and 1 deletions

View File

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