From 839432852ffc900a8c59e8aaf6ab49c8bef9ac2e Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Thu, 18 Jul 2024 14:11:07 +0200 Subject: [PATCH] Whitespace --- pdns/dnspacket.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnspacket.hh b/pdns/dnspacket.hh index 446af60f46..4d2271b80a 100644 --- a/pdns/dnspacket.hh +++ b/pdns/dnspacket.hh @@ -97,7 +97,7 @@ public: void clearRecords(); //!< when building a packet, wipe all previously added records (clears 'rrs') - /** Add a DNSZoneRecord to this packet. A DNSPacket (as does a DNS Packet) has 4 kinds of resource records. Questions, + /** Add a DNSZoneRecord to this packet. A DNSPacket (as does a DNS Packet) has 4 kinds of resource records. Questions, Answers, Authority and Additional. See RFC 1034 and 1035 for details. You can specify where a record needs to go in the DNSZoneRecord d_place field */ void addRecord(DNSZoneRecord&&); // adds to 'rrs' @@ -169,7 +169,7 @@ public: vector& getRRS() { return d_rrs; } bool checkForCorrectTSIG(UeberBackend* B, DNSName* keyname, string* secret, TSIGRecordContent* trc) const; - static uint16_t s_udpTruncationThreshold; + static uint16_t s_udpTruncationThreshold; static bool s_doEDNSSubnetProcessing; static bool s_doEDNSCookieProcessing; static string s_EDNSCookieKey; -- 2.47.2