]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Mon, 7 Mar 2016 23:45:22 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 7 Mar 2016 23:45:22 +0000 (23:45 +0000)
lib/dns/name.c

index 51ef7a9e033fccc2535f4e511cf0bdc83725fbcd..dcb7ad6e6fa5887b0006affeb753c46131ab4eee 100644 (file)
@@ -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 };