From e1a6df9edb4568aafd4faa4ef2a8d5e846c13468 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 11 Jan 2023 12:31:59 +0100 Subject: [PATCH] dnsdist: Really fix the formatting this time --- pdns/dnsdist-idstate.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-idstate.hh b/pdns/dnsdist-idstate.hh index 025827546b..a7a5200d16 100644 --- a/pdns/dnsdist-idstate.hh +++ b/pdns/dnsdist-idstate.hh @@ -160,7 +160,7 @@ struct IDState } IDState(const IDState& orig) = delete; - IDState(IDState&& rhs) noexcept: + IDState(IDState&& rhs) noexcept : internal(std::move(rhs.internal)) { inUse.store(rhs.inUse.load()); -- 2.47.2