]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Minor indentation fixes in `loadRecursorLuaConfig()`
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 15 Aug 2016 07:35:10 +0000 (09:35 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Aug 2016 08:51:59 +0000 (10:51 +0200)
pdns/rec-lua-conf.cc

index d50a4953a999be3185df6d43845dc28dfed0ec37..f8001bf9fafad2910dcb7289f1a84ebbd88d02f1 100644 (file)
@@ -120,7 +120,7 @@ void loadRecursorLuaConfig(const std::string& fname)
         const size_t zoneIdx = lci.dfe.size();
         theL()<<Logger::Warning<<"Loading RPZ from file '"<<fname<<"'"<<endl;
         lci.dfe.setPolicyName(zoneIdx, polName);
-       loadRPZFromFile(fname, lci.dfe, defpol, zoneIdx);
+        loadRPZFromFile(fname, lci.dfe, defpol, zoneIdx);
         theL()<<Logger::Warning<<"Done loading RPZ from file '"<<fname<<"'"<<endl;
       }
       catch(std::exception& e) {