(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...

This commit is contained in:
Charles Kerr
2010-03-17 17:07:40 +00:00
parent 225d479b2e
commit fe3d9ed95a
16 changed files with 29 additions and 30 deletions

View File

@@ -1258,7 +1258,7 @@ printDetails( tr_benc * top )
if( tr_bencDictFindInt( t, "seedRatioMode", &i))
{
switch( i ) {
case TR_RATIOLIMIT_GLOBAL:
case TR_RATIOLIMIT_GLOBAL:
printf( " Ratio Limit: Default\n" );
break;
case TR_RATIOLIMIT_SINGLE: