]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 27 Feb 2015 23:45:24 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 27 Feb 2015 23:45:24 +0000 (23:45 +0000)
lib/dns/compress.c
lib/dns/diff.c
lib/dns/include/dns/rdatalist.h
lib/dns/rbtdb.c

index ca81b925fa812dbe17f3f21d7d9007faae1411fd..b166ad9ffca4732a3116449a9d1816df75e9b578 100644 (file)
@@ -15,6 +15,8 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id$ */
+
 /*! \file */
 
 #define DNS_NAME_USEINLINE 1
index 39ad559f60ef9369e123c8e4d5105ef473f29921..ca7dfbba41c03556a3a64b7a54706dcab521352d 100644 (file)
@@ -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);
index dc7a0a0de6764a378963b7228309b4d282a4e839..9fb39ed07c87a1a8804a7d7e2cf884c33596f22a 100644 (file)
@@ -15,6 +15,8 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* $Id$ */
+
 #ifndef DNS_RDATALIST_H
 #define DNS_RDATALIST_H 1
 
index bbce8d35dbb54a48f18885fb8e0532985fb49ae1..77745991957054cd6fd46eaf0f241d92833dde22 100644 (file)
@@ -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 &&