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

index c79f979323cf53c57d12310a32fc94dc20e95b61..a14f12bd732411745bf9203d18884312db1558c1 100644 (file)
@@ -2597,13 +2597,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 };