Update sources to Clang 16 formatting

This commit is contained in:
Michal Nowak
2023-03-30 19:08:41 +02:00
parent 30aa258107
commit 435b1d649e

View File

@@ -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);
}