]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add blank line
authorMark Andrews <marka@isc.org>
Thu, 22 Oct 2015 01:15:02 +0000 (12:15 +1100)
committerMark Andrews <marka@isc.org>
Thu, 22 Oct 2015 01:15:02 +0000 (12:15 +1100)
bin/named/query.c

index 6d14128e795f30e55d60f0b8e3eb7fd2c8dca28d..3a492b32a19976e10a58acde94a645ef5e037dfd 100644 (file)
@@ -95,6 +95,7 @@
                                  NS_QUERYATTR_WANTRECURSION) != 0)
 /*% Is TCP? */
 #define TCP(c)                 (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
+
 /*% Want DNSSEC? */
 #define WANTDNSSEC(c)          (((c)->attributes & \
                                  NS_CLIENTATTR_WANTDNSSEC) != 0)