commit | fb57e644a79b7f3392e834a623d4856e8df00ee6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 05 13:38:29 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 06 11:56:40 2015 +0000 |
tree | d33789b5fd3a7672aabd88914053de8b33d9920b | |
parent | c439e7b099c25a87ca41abc13cd3df875c8ddf9d [diff] [blame] |
Fix whitespace issues
diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index d890ff9..f6a310e 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h
@@ -477,7 +477,7 @@ * 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;