a-style fix for unrelated code

pull/9758/head
Nir Sonnenschein 2019-02-25 00:46:06 +02:00
parent 84b618704b
commit 1d4c280d2a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ static void destroy_hash_clone(void *source_operation)
}
static inline psa_status_t get_hash_clone(size_t index, int32_t partition_id,
psa_spm_hash_clone_t **hash_clone)
psa_spm_hash_clone_t **hash_clone)
{
if (index >= MAX_CONCURRENT_HASH_CLONES ||
psa_spm_hash_clones[index].partition_id != partition_id ||