mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
Remove double white space
This commit is contained in:
parent
186b65ac61
commit
4d30776826
|
@ -48,7 +48,7 @@ static inline psa_status_t mbedtls_psa_get_free_key_slot( psa_key_slot_t *key )
|
||||||
{
|
{
|
||||||
for( psa_key_slot_t slot = 1; slot <= 32; slot++ )
|
for( psa_key_slot_t slot = 1; slot <= 32; slot++ )
|
||||||
{
|
{
|
||||||
if( psa_get_key_information( slot, NULL, NULL ) == PSA_ERROR_EMPTY_SLOT )
|
if( psa_get_key_information( slot, NULL, NULL ) == PSA_ERROR_EMPTY_SLOT )
|
||||||
{
|
{
|
||||||
*key = slot;
|
*key = slot;
|
||||||
return( PSA_SUCCESS );
|
return( PSA_SUCCESS );
|
||||||
|
|
Loading…
Reference in a new issue