From: Ondřej Surý Date: Fri, 13 Oct 2023 05:46:14 +0000 (+0200) Subject: Cleanup wrong whitespace in dns/diff.h X-Git-Tag: v9.19.18~32^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=109dc883e7f0c45ac6e046fceac716a8820b87de;p=thirdparty%2Fbind9.git Cleanup wrong whitespace in dns/diff.h --- diff --git a/lib/dns/include/dns/diff.h b/lib/dns/include/dns/diff.h index e4677ddbb56..841e796004a 100644 --- a/lib/dns/include/dns/diff.h +++ b/lib/dns/include/dns/diff.h @@ -237,8 +237,8 @@ dns_diff_applysilently(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver); * * Requires: *\li *diff is a valid diff (possibly empty), containing - * tuples of type #DNS_DIFFOP_ADD and/or - * For #DNS_DIFFOP_DEL tuples, the TTL is ignored. + * tuples of type #DNS_DIFFOP_ADD and/or + * For #DNS_DIFFOP_DEL tuples, the TTL is ignored. * */ @@ -251,8 +251,8 @@ dns_diff_load(dns_diff_t *diff, dns_addrdatasetfunc_t addfunc, * database transaction mechanisms. * * Requires: - *\li 'addfunc' is a valid dns_addradatasetfunc_t obtained from - * dns_db_beginload() + *\li 'addfunc' is a valid dns_addradatasetfunc_t obtained from + * dns_db_beginload() * *\li 'add_private' points to a corresponding dns_dbload_t * * (XXX why is it a void pointer, then?)