From e2b0e94592d9b517fbb0e193f591181de50d6594 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 27 Oct 2025 14:27:29 +0100 Subject: [PATCH] tests: suite_psa_crypto_persistent: fix formatting Signed-off-by: Valerio Setti --- tests/suites/test_suite_psa_crypto_persistent_key.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_psa_crypto_persistent_key.function b/tests/suites/test_suite_psa_crypto_persistent_key.function index b8321f90e2..d8c58fea68 100644 --- a/tests/suites/test_suite_psa_crypto_persistent_key.function +++ b/tests/suites/test_suite_psa_crypto_persistent_key.function @@ -466,7 +466,7 @@ void load_primed_storage(int32_t owner_id, TEST_EQUAL(file_status, PSA_ERROR_INVALID_ARGUMENT); } } else if (KEY_ID_IN_RESERVED_FILE_ID_RANGE(key_id_arg) && - file_status == PSA_SUCCESS) { + file_status == PSA_SUCCESS) { /* The key ID corresponds to a reserved file (e.g. transaction * log or entropy seed). Don't corrupt that file. */ } else {