]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Cleanup dns.hh
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 13 Dec 2023 13:52:28 +0000 (14:52 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 13 Dec 2023 14:05:00 +0000 (15:05 +0100)
pdns/dns.hh

index 83dbf2cf9daec0840fb3fef1028370778991b785..c5bb6650d35ae62148e99a66f10004726fbaeeda 100644 (file)
@@ -120,7 +120,7 @@ static_assert(sizeof(EDNS0Record) == 4, "EDNS0Record size must be 4");
 #elif __linux__ || __GNU__
 # include <endian.h>
 
-#else  // with thanks to <arpa/nameser.h> 
+#else  // with thanks to <arpa/nameser.h>
 
 # define LITTLE_ENDIAN   1234    /* least-significant byte first (vax, pc) */
 # define BIG_ENDIAN      4321    /* most-significant byte first (IBM, net) */