From: Tinderbox User Date: Fri, 27 Feb 2015 23:45:24 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.11.0a1~950 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=34eab435ace6e5c8392819d06dd54078124126df;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/lib/dns/compress.c b/lib/dns/compress.c index ca81b925fa8..b166ad9ffca 100644 --- a/lib/dns/compress.c +++ b/lib/dns/compress.c @@ -15,6 +15,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id$ */ + /*! \file */ #define DNS_NAME_USEINLINE 1 diff --git a/lib/dns/diff.c b/lib/dns/diff.c index 39ad559f60e..ca7dfbba41c 100644 --- a/lib/dns/diff.c +++ b/lib/dns/diff.c @@ -374,8 +374,8 @@ diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver, case DNS_DIFFOP_DELRESIGN: options = DNS_DBSUB_EXACT | DNS_DBSUB_WANTOLD; result = dns_db_subtractrdataset(db, node, ver, - &rds, options, - &ardataset); + &rds, options, + &ardataset); break; default: INSIST(0); diff --git a/lib/dns/include/dns/rdatalist.h b/lib/dns/include/dns/rdatalist.h index dc7a0a0de67..9fb39ed07c8 100644 --- a/lib/dns/include/dns/rdatalist.h +++ b/lib/dns/include/dns/rdatalist.h @@ -15,6 +15,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id$ */ + #ifndef DNS_RDATALIST_H #define DNS_RDATALIST_H 1 diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index bbce8d35dbb..77745991957 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -9862,7 +9862,7 @@ rdataset_getownercase(const dns_rdataset_t *rdataset, dns_name_t *name) { return; for (i = 0; i < name->length; i++) { - /* + /* * Set the case bit if it does not match the recorded bit. */ if (name->ndata[i] >= 0x61 && name->ndata[i] <= 0x7a &&