]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix formatting
authorChristof Chen <christof@chen.de>
Fri, 7 Oct 2022 19:46:03 +0000 (21:46 +0200)
committerChristof Chen <christof@chen.de>
Fri, 7 Oct 2022 19:46:03 +0000 (21:46 +0200)
pdns/dnsdist-lua.cc

index 8f8b7caa59925a598506b1570a9a5dbcccd54486..df3b687fdd33542c5e1bc4fe1c13d4b75e5d6a50 100644 (file)
@@ -1738,7 +1738,7 @@ static void setupLuaConfig(LuaContext& luaCtx, bool client, bool configCheck)
   luaCtx.writeFunction("getPoolNames", []() {
     setLuaNoSideEffect();
     LuaArray<std::string> ret;
-        int count = 1;
+    int count = 1;
     const auto localPools = g_pools.getCopy();
     for (const auto& entry : localPools) {
       const string& name = entry.first;