]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Whitespace
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 18 Jul 2024 12:11:07 +0000 (14:11 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 18 Jul 2024 12:15:49 +0000 (14:15 +0200)
pdns/dnspacket.hh

index 446af60f46eb569a04835078f9e5ea896d6841a0..4d2271b80ac07a3d8cba74f28ba0054730eb427b 100644 (file)
@@ -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<DNSZoneRecord>& 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;