]> 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:35 +0000 (13:16 +1100)
(cherry picked from commit bf0b64999352b8bf72b200ece4f9d6997e94e7ab)

bin/named/query.c

index 645b2cff75e8c12602197067269bdf4049bfbfa3..60360f0331b87fe2ea1694282264d1ce7386d054 100644 (file)
@@ -8959,7 +8959,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" : "",