]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update sources to Clang 16 formatting
authorMichal Nowak <mnowak@isc.org>
Thu, 30 Mar 2023 17:08:41 +0000 (19:08 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 11 May 2023 11:42:26 +0000 (13:42 +0200)
tests/libtest/qp.c

index 3866b6548829e11c6a5c9e21b760972324b22697..db45fbcc16460ccf334ea7a722e77c873e2998a1 100644 (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);
 }