]> granicus.if.org Git - icinga2/commitdiff
Fix indent in configcompiler.cpp 6953/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 15 Feb 2019 11:24:49 +0000 (12:24 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 15 Feb 2019 11:24:49 +0000 (12:24 +0100)
lib/config/configcompiler.cpp

index 74cfaa292f209f2a4dbd3a3ff521225d52a5bc1e..44f5c475bd0a6b5f0c1ce229e370b0d5b5c3a8b8 100644 (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);
                }