From: Fred Morcos Date: Wed, 13 Dec 2023 13:52:28 +0000 (+0100) Subject: Cleanup dns.hh X-Git-Tag: dnsdist-1.9.0-alpha4~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95da2292cffeee8d8eb0d2133625bf955adae54;p=thirdparty%2Fpdns.git Cleanup dns.hh --- diff --git a/pdns/dns.hh b/pdns/dns.hh index 83dbf2cf9d..c5bb6650d3 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -120,7 +120,7 @@ static_assert(sizeof(EDNS0Record) == 4, "EDNS0Record size must be 4"); #elif __linux__ || __GNU__ # include -#else // with thanks to +#else // with thanks to # define LITTLE_ENDIAN 1234 /* least-significant byte first (vax, pc) */ # define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */