]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Cleanup wrong whitespace in dns/diff.h
authorOndřej Surý <ondrej@isc.org>
Fri, 13 Oct 2023 05:46:14 +0000 (07:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Oct 2023 12:57:25 +0000 (14:57 +0200)
lib/dns/include/dns/diff.h

index e4677ddbb569b92b88a4eba0e8d19a52179f3b33..841e796004abefcd1dd728614c601521b4efd27b 100644 (file)
@@ -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?)