]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
whitespace
authorMark Andrews <marka@isc.org>
Thu, 19 Jan 2017 02:16:04 +0000 (13:16 +1100)
committerMark Andrews <marka@isc.org>
Thu, 19 Jan 2017 02:16:04 +0000 (13:16 +1100)
bin/named/query.c

index 0f3ad52ba7ec0e102d8cee53d2474a86e2917145..b21fe54ec53392d5c58a6fa6d959a5ae6447f679 100644 (file)
@@ -8960,7 +8960,7 @@ log_query(ns_client_t *client, unsigned int flags, unsigned int extflags) {
                      level, "query: %s %s %s %s%s%s%s%s%s%s (%s)", namebuf,
                      classname, typename, WANTRECURSION(client) ? "+" : "-",
                      (client->signer != NULL) ? "S" : "", ednsbuf,
-                     TCP(client) ?  "T" : "",
+                     TCP(client) ? "T" : "",
                      ((extflags & DNS_MESSAGEEXTFLAG_DO) != 0) ? "D" : "",
                      ((flags & DNS_MESSAGEFLAG_CD) != 0) ? "C" : "",
                      HAVECOOKIE(client) ? "V" : WANTCOOKIE(client) ? "K" : "",