]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing newline in comment
authorMark Andrews <marka@isc.org>
Wed, 3 Jan 2018 06:11:12 +0000 (17:11 +1100)
committerMark Andrews <marka@isc.org>
Wed, 3 Jan 2018 06:11:12 +0000 (17:11 +1100)
lib/dns/zone.c

index 5bf23ad39117c3bc78d3afcc025ca083b51e216b..46d2fc606ed7ec6019c6fb1773203eaae581fac4 100644 (file)
@@ -6620,7 +6620,8 @@ zone_resigninc(dns_zone_t *zone) {
         */
        if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
                /*
-                * Commit the changes if any key has been marked as offline.                     */
+                * Commit the changes if any key has been marked as offline.
+                */
                if (zonediff.offline)
                        dns_db_closeversion(db, &version, ISC_TRUE);
                goto failure;