]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reformat 14408/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 2 Jul 2024 12:47:50 +0000 (14:47 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 2 Jul 2024 12:51:58 +0000 (14:51 +0200)
.not-formatted
pdns/recursordist/syncres.hh

index e7f391d476346c28c6ac5e91bac40108d57c80f1..63675a53a5385d22abbf40a265a625b370b2c572 100644 (file)
@@ -8,6 +8,7 @@
 ./pdns/auth-carbon.cc
 ./pdns/auth-packetcache.cc
 ./pdns/auth-packetcache.hh
+./pdns/auth-primarycommunicator.cc
 ./pdns/auth-querycache.cc
 ./pdns/auth-querycache.hh
 ./pdns/axfr-retriever.cc
 ./pdns/lua-record.cc
 ./pdns/malloctrace.cc
 ./pdns/malloctrace.hh
-./pdns/auth-primarycommunicator.cc
 ./pdns/minicurl.cc
 ./pdns/minicurl.hh
 ./pdns/misc.cc
index 09db4ac97668daf309fea7b27675d4794445d011..bd1d02768ea581b000bd7c2ff113db4c459547b4 100644 (file)
@@ -908,7 +908,7 @@ class ImmediateServFailException
 {
 public:
   ImmediateServFailException(string reason_) :
-    reason(std::move(reason_)) {};
+    reason(std::move(reason_)){};
 
   string reason; //! Print this to tell the user what went wrong
 };