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

index f514702262ccbff3a327be11eaa20dab7f69f0a6..714c77da9133fefc21b976bc1ef949caaad83eb7 100644 (file)
@@ -2637,13 +2637,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 };