mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Remove trailing space in psa_crypto.c
This commit is contained in:
@@ -4289,7 +4289,6 @@ psa_status_t mbedtls_psa_inject_entropy( const unsigned char *seed,
|
|||||||
/* You should not be here. Seed needs to be injected only once */
|
/* You should not be here. Seed needs to be injected only once */
|
||||||
status = PSA_ERROR_NOT_PERMITTED;
|
status = PSA_ERROR_NOT_PERMITTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
return( status );
|
return( status );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user