mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 21:39:54 +00:00
Fix minor style issues
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
0493ab56a4
commit
78279962d6
@ -7675,7 +7675,6 @@ static psa_status_t mbedtls_psa_crypto_init_subsystem(mbedtls_psa_crypto_subsyst
|
||||
&mbedtls_threading_psa_rngdata_mutex));
|
||||
#endif /* defined(MBEDTLS_THREADING_C) */
|
||||
|
||||
|
||||
break;
|
||||
|
||||
case PSA_CRYPTO_SUBSYSTEM_TRANSACTION:
|
||||
|
@ -36,7 +36,6 @@ static psa_global_data_t global_data;
|
||||
|
||||
static uint8_t psa_get_key_slots_initialized(void)
|
||||
{
|
||||
|
||||
uint8_t initialized;
|
||||
|
||||
#if defined(MBEDTLS_THREADING_C)
|
||||
|
Loading…
x
Reference in New Issue
Block a user