Skip to content

Commit f106718

Browse files
author
Nir Sonnenschein
committed
indentation fix
1 parent 094f2a6 commit f106718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ static void psa_key_management_operation(void)
12061206
size_t bits = 0;
12071207

12081208
if (psa_crypto_access_control_is_handle_permitted(psa_key_mng.handle,
1209-
partition_id)) {
1209+
partition_id)) {
12101210
status = psa_get_key_information(psa_key_mng.handle, &type, &bits);
12111211
} else {
12121212
status = PSA_ERROR_INVALID_HANDLE;

0 commit comments

Comments
 (0)