From 1c66205df6ea46070adfb09a6490fc91c6e9a5b4 Mon Sep 17 00:00:00 2001 From: avolinski Date: Wed, 21 Nov 2018 16:54:09 +0200 Subject: [PATCH] Remove trailing space in psa_crypto.c --- library/psa_crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index cc5532a00..9c85b7ce3 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -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 */ status = PSA_ERROR_NOT_PERMITTED; } - return( status ); } #endif