Skip to content

Commit 1d4c280

Browse files
author
Nir Sonnenschein
committed
a-style fix for unrelated code
1 parent 84b6187 commit 1d4c280

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
@@ -96,7 +96,7 @@ static void destroy_hash_clone(void *source_operation)
9696
}
9797

9898
static inline psa_status_t get_hash_clone(size_t index, int32_t partition_id,
99-
psa_spm_hash_clone_t **hash_clone)
99+
psa_spm_hash_clone_t **hash_clone)
100100
{
101101
if (index >= MAX_CONCURRENT_HASH_CLONES ||
102102
psa_spm_hash_clones[index].partition_id != partition_id ||

0 commit comments

Comments
 (0)