From: Mark Andrews Date: Thu, 20 Jul 2023 03:31:16 +0000 (+1000) Subject: Style fix X-Git-Tag: v9.19.17~17^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6e16504557dcc175b5bd86d5162a88f3c24858e;p=thirdparty%2Fbind9.git Style fix --- diff --git a/tests/isc/hmac_test.c b/tests/isc/hmac_test.c index d836bbed31d..69b2da036f4 100644 --- a/tests/isc/hmac_test.c +++ b/tests/isc/hmac_test.c @@ -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 */ }