indentation fix

pull/9939/head
Nir Sonnenschein 2019-03-05 15:52:41 +02:00
parent 094f2a6b6e
commit f106718366
1 changed files with 1 additions and 1 deletions

View File

@ -1206,7 +1206,7 @@ static void psa_key_management_operation(void)
size_t bits = 0;
if (psa_crypto_access_control_is_handle_permitted(psa_key_mng.handle,
partition_id)) {
partition_id)) {
status = psa_get_key_information(psa_key_mng.handle, &type, &bits);
} else {
status = PSA_ERROR_INVALID_HANDLE;