From b6e16504557dcc175b5bd86d5162a88f3c24858e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 20 Jul 2023 13:31:16 +1000 Subject: [PATCH] Style fix --- tests/isc/hmac_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/isc/hmac_test.c b/tests/isc/hmac_test.c index d836bbed31..69b2da036f 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 */ }