From 08635ef057dbe882fa2e71edf2439174bdc5e972 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 1 Aug 2023 10:52:24 +0200 Subject: [PATCH] dnsdist: Fix indentation --- pdns/dnsdist-lua-rules.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-lua-rules.cc b/pdns/dnsdist-lua-rules.cc index 5ab1c476ef..860231ad05 100644 --- a/pdns/dnsdist-lua-rules.cc +++ b/pdns/dnsdist-lua-rules.cc @@ -258,7 +258,7 @@ static boost::optional getRuleFromSelector(const std::vector& rules, const if (rule.d_name == *str) { return rule; } - } + } } } else if (auto pos = boost::get(&selector)) { -- 2.47.2