From dbae2fecbc9db7dede523c9c4e2299e43267c75a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 1 Apr 2022 12:46:01 +0200 Subject: [PATCH] Formatting --- pdns/recpacketcache.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { } -- 2.47.2