From: Otto Moerbeek Date: Fri, 1 Apr 2022 10:46:01 +0000 (+0200) Subject: Formatting X-Git-Tag: rec-4.7.0-beta1~22^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbae2fecbc9db7dede523c9c4e2299e43267c75a;p=thirdparty%2Fpdns.git Formatting --- diff --git a/pdns/recpacketcache.hh b/pdns/recpacketcache.hh index ce238a0546..6e15ee4752 100644 --- a/pdns/recpacketcache.hh +++ b/pdns/recpacketcache.hh @@ -99,8 +99,7 @@ private: { Entry(const DNSName& qname, uint16_t qtype, uint16_t qclass, std::string&& packet, std::string&& query, bool tcp, uint32_t qhash, time_t ttd, time_t now, uint32_t tag, vState vstate) : - d_name(qname), d_packet(std::move(packet)), d_query(std::move(query)), d_ttd(ttd), d_creation(now), - d_qhash(qhash), d_tag(tag), d_type(qtype), d_class(qclass), d_vstate(vstate), d_tcp(tcp) + d_name(qname), d_packet(std::move(packet)), d_query(std::move(query)), d_ttd(ttd), d_creation(now), d_qhash(qhash), d_tag(tag), d_type(qtype), d_class(qclass), d_vstate(vstate), d_tcp(tcp) { }