Fix whitespace issues

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-05 13:38:29 +00:00
parent c439e7b099
commit fb57e644a7
3 changed files with 9 additions and 9 deletions

View file

@ -477,7 +477,7 @@ static inline const char *cipher_get_name( const cipher_context_t *ctx )
* POLARSSL_KEY_LENGTH_NONE if ctx has not been
* initialised.
*/
static inline int cipher_get_key_size ( const cipher_context_t *ctx )
static inline int cipher_get_key_size( const cipher_context_t *ctx )
{
if( NULL == ctx || NULL == ctx->cipher_info )
return POLARSSL_KEY_LENGTH_NONE;