commit | 6c5abfa42b8c2a8c6a812c34bf3fa04439db254a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:12:07 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:12:07 2015 +0000 |
tree | e74b4be8db21fcfbd2f82eefefb6591fbf46b2e8 | |
parent | 013bffe5a711e877bef42587ab5862d1d8e11c9d [diff] [blame] |
Style: fix trailing spaces
diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index dfba7eb..c76b8db 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c
@@ -400,7 +400,7 @@ goto exit; } - if( ( ( filesize - md_get_size( md_info ) ) % + if( ( ( filesize - md_get_size( md_info ) ) % cipher_get_block_size( &cipher_ctx ) ) != 0 ) { polarssl_fprintf( stderr, "File content not a multiple of the block size (%d).\n",