From: Otto Moerbeek Date: Tue, 2 Jul 2024 12:47:50 +0000 (+0200) Subject: Reformat X-Git-Tag: rec-5.2.0-alpha1~201^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fa2c8471c5db05c4d515aae47eb882b48c6f28b;p=thirdparty%2Fpdns.git Reformat --- diff --git a/.not-formatted b/.not-formatted index e7f391d476..63675a53a5 100644 --- a/.not-formatted +++ b/.not-formatted @@ -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 @@ -127,7 +128,6 @@ ./pdns/lua-record.cc ./pdns/malloctrace.cc ./pdns/malloctrace.hh -./pdns/auth-primarycommunicator.cc ./pdns/minicurl.cc ./pdns/minicurl.hh ./pdns/misc.cc diff --git a/pdns/recursordist/syncres.hh b/pdns/recursordist/syncres.hh index 09db4ac976..bd1d02768e 100644 --- a/pdns/recursordist/syncres.hh +++ b/pdns/recursordist/syncres.hh @@ -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 };