From: Remi Gacogne Date: Wed, 11 Jan 2023 11:31:59 +0000 (+0100) Subject: dnsdist: Really fix the formatting this time X-Git-Tag: dnsdist-1.8.0-rc1~123^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12383%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Really fix the formatting this time --- 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());