Style: fix trailing spaces

This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-13 14:12:07 +00:00
parent 013bffe5a7
commit 6c5abfa42b
13 changed files with 15 additions and 15 deletions

View File

@@ -400,7 +400,7 @@ int main( int argc, char *argv[] )
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",