From: Tinderbox User Date: Mon, 7 Mar 2016 23:45:22 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.11.0a1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a3a65e3ccd06f672b32380435d228719aa716ac;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/lib/dns/name.c b/lib/dns/name.c index 51ef7a9e033..dcb7ad6e6fa 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -2638,13 +2638,13 @@ dns_name_isdnssd(const dns_name_t *name) { } #define NS_NAME_INIT(A,B) \ - { \ - DNS_NAME_MAGIC, \ - A, sizeof(A), sizeof(B), \ - DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \ - B, NULL, { (void *)-1, (void *)-1}, \ - {NULL, NULL} \ - } + { \ + DNS_NAME_MAGIC, \ + A, sizeof(A), sizeof(B), \ + DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \ + B, NULL, { (void *)-1, (void *)-1}, \ + {NULL, NULL} \ + } static unsigned char inaddr10_offsets[] = { 0, 3, 11, 16 }; static unsigned char inaddr172_offsets[] = { 0, 3, 7, 15, 20 };