From: Mark Andrews Date: Wed, 3 Jan 2018 06:11:12 +0000 (+1100) Subject: missing newline in comment X-Git-Tag: v9.13.0~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7258b852cf08a21706e3b235fe597375deafacb1;p=thirdparty%2Fbind9.git missing newline in comment --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 5bf23ad3911..46d2fc606ed 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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;