commit | 4d3077682631a8be27834050e0d63922edcbe07e | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Mon Nov 19 15:15:01 2018 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Nov 21 21:08:43 2018 +0000 |
tree | 5c1a7a371cd6d63945a3bbb308f6b7c79a45fb58 | |
parent | 186b65ac616179141c67665f22a17aae03316a6c [diff] [blame] |
Remove double white space
diff --git a/include/mbedtls/psa_util.h b/include/mbedtls/psa_util.h index 4a0c87c..5766133 100644 --- a/include/mbedtls/psa_util.h +++ b/include/mbedtls/psa_util.h
@@ -48,7 +48,7 @@ { 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; return( PSA_SUCCESS );