From 1fa2c8471c5db05c4d515aae47eb882b48c6f28b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 2 Jul 2024 14:47:50 +0200 Subject: [PATCH] Reformat --- .not-formatted | 2 +- pdns/recursordist/syncres.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }; -- 2.47.2