commit | a240fe3c193b65ac57099857a11e55fe982b32ee | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Mon Sep 04 11:29:39 2023 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Mon Sep 04 11:29:39 2023 +0100 |
tree | 56c5cc8054584223f8cdcf9d897aa23f8c466130 | |
parent | ba3b14dad99dc4d174443d9d2c468d86b0c3df7a [diff] [blame] |
Fix code style Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/tests/suites/test_suite_hkdf.function b/tests/suites/test_suite_hkdf.function index a729847..f307a7d 100644 --- a/tests/suites/test_suite_hkdf.function +++ b/tests/suites/test_suite_hkdf.function
@@ -25,7 +25,7 @@ TEST_ASSERT(ret == 0); TEST_MEMORY_COMPARE(okm, expected_okm->len, - expected_okm->x, expected_okm->len); + expected_okm->x, expected_okm->len); } /* END_CASE */