add blank line

This commit is contained in:
Mark Andrews 2015-10-22 12:15:02 +11:00
parent 0526268c2b
commit 04893d38e0

View 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)