]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsname: Fix formatting issue 13851/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Mar 2024 10:02:56 +0000 (11:02 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Mar 2024 10:02:56 +0000 (11:02 +0100)
pdns/dnsname.hh

index 12a2acb2cc366025d3e7516e0f01a967828eea48..0d9112b2ad2183649e5180be48d69edc8a0d6417 100644 (file)
@@ -218,7 +218,7 @@ private:
   string_t d_storage;
 
   void packetParser(const char* qpos, size_t len, size_t offset, bool uncompress, uint16_t* qtype, uint16_t* qclass, unsigned int* consumed, int depth, uint16_t minOffset);
-size_t parsePacketUncompressed(const pdns::views::UnsignedCharView& view, size_t position, bool uncompress);
+  size_t parsePacketUncompressed(const pdns::views::UnsignedCharView& view, size_t position, bool uncompress);
   static void appendEscapedLabel(std::string& appendTo, const char* orig, size_t len);
   static std::string unescapeLabel(const std::string& orig);
   static void throwSafeRangeError(const std::string& msg, const char* buf, size_t length);