]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 17 Nov 2017 23:45:28 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 17 Nov 2017 23:45:28 +0000 (23:45 +0000)
lib/dns/rbtdb.c

index 3bec308138f0d45bb84056127f4ed5e621cc1bf0..42b8ea8049cab3a7c9494fb379292e39b75b127f 100644 (file)
@@ -6494,7 +6494,7 @@ add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion,
                        if (IS_CACHE(rbtdb)) {
                                INSIST(rbtdb->heaps != NULL);
                                result = isc_heap_insert(rbtdb->heaps[idx],
-                                                        newheader);
+                                                        newheader);
                                if (result != ISC_R_SUCCESS) {
                                        free_rdataset(rbtdb,
                                                      rbtdb->common.mctx,
@@ -7054,7 +7054,7 @@ subtractrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
                        init_rdataset(rbtdb, newheader);
                        update_newheader(newheader, header);
                        if (RESIGN(header)) {
-                               newheader->attributes |= RDATASET_ATTR_RESIGN;
+                               newheader->attributes |= RDATASET_ATTR_RESIGN;
                                newheader->resign = header->resign;
                                newheader->resign_lsb = header->resign_lsb;
                                result = resign_insert(rbtdb, rbtnode->locknum,