From: Otto Date: Tue, 16 Mar 2021 13:21:47 +0000 (+0100) Subject: Fix indent X-Git-Tag: rec-4.5.0-beta1~20^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65e2613c936dcc91fa3cda064e9d260dfdc1c7a6;p=thirdparty%2Fpdns.git Fix indent --- diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 5d1b537a97..c777b0aa4e 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -114,13 +114,13 @@ bool primeHints(time_t ignored) for (auto const& r: seenA) { if (seenNS.count(r)) { reachableA = true; - break; + break; } } for (auto const& r: seenAAAA) { if (seenNS.count(r)) { reachableAAAA = true; - break; + break; } } if (SyncRes::s_doIPv4 && !SyncRes::s_doIPv6 && !reachableA) {