tests: suite_psa_crypto_persistent: fix formatting

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti
2025-10-27 14:27:29 +01:00
committed by Valerio Setti
parent 32dbf968c8
commit e2b0e94592

View File

@@ -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 {