]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
whitespace
authorMark Andrews <marka@isc.org>
Tue, 22 Nov 2016 02:43:51 +0000 (13:43 +1100)
committerMark Andrews <marka@isc.org>
Tue, 22 Nov 2016 02:43:51 +0000 (13:43 +1100)
lib/dns/message.c

index 46b73c5e58e4f44e91d726f2e1e2ee297d6d9a0e..645007a3f0f00d3ff28daf0a618a17858164aea5 100644 (file)
@@ -1638,7 +1638,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
            ((msg->flags & DNS_MESSAGEFLAG_QR) != 0) &&
            ((msg->flags & DNS_MESSAGEFLAG_TC) == 0) &&
            !preserve_order &&
-           !auth_signed(section)) 
+           !auth_signed(section))
                DO_FORMERR;
 
        if (seen_problem)