mirror of https://github.com/ARMmbed/mbed-os.git
a-style fix for unrelated code
parent
84b618704b
commit
1d4c280d2a
|
@ -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 ||
|
||||
|
|
Loading…
Reference in New Issue