]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Style fix
authorMark Andrews <marka@isc.org>
Thu, 20 Jul 2023 03:31:16 +0000 (13:31 +1000)
committerMark Andrews <marka@isc.org>
Fri, 1 Sep 2023 02:01:20 +0000 (12:01 +1000)
tests/isc/hmac_test.c

index d836bbed31db75c2e7b9156a70c7f234793eb86f..69b2da036f48c4d76d814a661230fb366cc5e187 100644 (file)
@@ -199,7 +199,7 @@ ISC_RUN_TEST_IMPL(isc_hmac_reset) {
         * so this could be only manually checked that the test will
         * segfault when called by hand
         */
-       expect_assert_failure(isc_hmac_final(hmac,digest,&digestlen));
+       expect_assert_failure(isc_hmac_final(hmac, digest, &digestlen));
 #endif /* if 0 */
 }