Remove trailing space in psa_crypto.c
This commit is contained in:
parent
13beb100c2
commit
1c66205df6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue