commit | fc359fd837db38ad6039afac96d78c0c94a21010 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Mon Nov 19 15:15:01 2018 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Thu Nov 22 16:27:57 2018 +0000 |
tree | bbbc6036a1b62b6ec2930810b67a0d39bbe01216 | |
parent | 47a6291445f0c38fbaac5bf0455a88c3c273f045 [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 );