mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
tests: suite_psa_crypto_persistent: fix formatting
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
committed by
Valerio Setti
parent
32dbf968c8
commit
e2b0e94592
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user