]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix indent
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Mar 2021 13:21:47 +0000 (14:21 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Mar 2021 13:21:47 +0000 (14:21 +0100)
pdns/reczones.cc

index 5d1b537a97a56c64aabeee67be75d04aaa8c02bd..c777b0aa4e0ed0dbeb339e4561c3a928da9a6cdc 100644 (file)
@@ -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) {