mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 20:25:53 +01:00
Update library/psa_its_file.c
Signed-off-by: pespacek <peter.spacek@silabs.com> Co-authored-by: Gilles Peskine <gilles.peskine@arm.com>
This commit is contained in:
parent
55dfd8bb0a
commit
9be61680b1
@ -186,7 +186,7 @@ psa_status_t psa_its_set( psa_storage_uid_t uid,
|
||||
{
|
||||
if( uid == 0 )
|
||||
{
|
||||
return (PSA_ERROR_INVALID_HANDLE);
|
||||
return( PSA_ERROR_INVALID_HANDLE );
|
||||
}
|
||||
|
||||
psa_status_t status = PSA_ERROR_STORAGE_FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user