From: Michal Nowak Date: Thu, 30 Mar 2023 17:08:41 +0000 (+0200) Subject: Update sources to Clang 16 formatting X-Git-Tag: v9.19.14~60^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=435b1d649ef479113c7199f352dd274ad3239442;p=thirdparty%2Fbind9.git Update sources to Clang 16 formatting --- diff --git a/tests/libtest/qp.c b/tests/libtest/qp.c index 3866b654882..db45fbcc164 100644 --- a/tests/libtest/qp.c +++ b/tests/libtest/qp.c @@ -242,7 +242,8 @@ qp_test_dumpmulti(dns_qpmulti_t *multi) { unsigned int snapshots = 0; for (dns_qpsnap_t *snap = ISC_LIST_HEAD(multi->snapshots); // snap != NULL; snap = ISC_LIST_NEXT(snap, link), snapshots++) - {} + { + } printf("qpmulti %p snapshots %u\n", multi, snapshots); fflush(stdout); }