]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 2 Oct 2015 23:45:32 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 2 Oct 2015 23:45:32 +0000 (23:45 +0000)
CHANGES
lib/dns/masterdump.c
lib/isccfg/namedconf.c

diff --git a/CHANGES b/CHANGES
index f050fc8fb38056abeac408527064cd160e761b12..1b67eb5abcdfaca17d9405c9c653c4a5c1c8ab17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
                        Thanks to Robert Edmonds of Farsight Security.
                        [RT #40211]
 
-4234.  [func]          Add deflate compression in statistics channel HTTP 
+4234.  [func]          Add deflate compression in statistics channel HTTP
                        server. [RT #40861]
 
 4233.  [test]          Add tests for CDS and CDNSKEY with delegation-only.
index c0e2de96111efcfb750763525e64dbcbf3bf8312..7b8019793aab954c10a8f75c465ff53f73f075e8 100644 (file)
@@ -332,9 +332,9 @@ totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) {
 
                if ((ctx->style.flags & DNS_STYLEFLAG_INDENT) != 0) {
                        size_t ilen = strlen(dns_master_indentstr);
-                       isc_buffer_availableregion(&buf, &r);
+                       isc_buffer_availableregion(&buf, &r);
                        if (r.length < ilen)
-                               return (DNS_R_TEXTTOOLONG);
+                               return (DNS_R_TEXTTOOLONG);
                        isc_buffer_putmem(&buf,
                                (const isc_uint8_t *) dns_master_indentstr,
                                ilen);
index f335ab7a0b71157b035820e02599d9729d8cb0c3..86c47f5ab5da5d3b3393fdb3c39943985e79d830 100644 (file)
@@ -1193,7 +1193,7 @@ static cfg_type_t cfg_type_masterstyle = {
  *      <message type> [query | response] ;
  *      ...
  *  }
- *  
+ *
  *  ... where message type is one of: client, resolver, auth, forwarder, all
  */
 static const char *dnstap_types[] = { "client", "resolver",