2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Style fix

This commit is contained in:
Mark Andrews
2023-07-20 13:31:16 +10:00
parent 299f519b09
commit b6e1650455

View File

@@ -199,7 +199,7 @@ ISC_RUN_TEST_IMPL(isc_hmac_reset) {
* so this could be only manually checked that the test will * so this could be only manually checked that the test will
* segfault when called by hand * 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 */ #endif /* if 0 */
} }