]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix indentation
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 08:52:24 +0000 (10:52 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 08:52:24 +0000 (10:52 +0200)
pdns/dnsdist-lua-rules.cc

index 5ab1c476ef1be4db22020591af95e2246a77187e..860231ad05106f9712d652715a19d336dc2f0443 100644 (file)
@@ -258,7 +258,7 @@ static boost::optional<T> getRuleFromSelector(const std::vector<T>& rules, const
         if (rule.d_name == *str) {
           return rule;
         }
-        }
+      }
     }
   }
   else if (auto pos = boost::get<int>(&selector)) {