Remove trailing space in psa_crypto.c

This commit is contained in:
avolinski 2018-11-21 16:54:09 +02:00
parent 13beb100c2
commit 1c66205df6

View file

@ -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