(trunk libT) remove trailing spaces from a couple of lines of code

This commit is contained in:
Jordan Lee 2011-07-17 18:11:34 +00:00
parent f8c92d06e6
commit bd6aaf9a12
2 changed files with 2 additions and 3 deletions

View File

@ -1663,7 +1663,6 @@ updateDesiredRequestCount( tr_peermsgs * msgs )
{
const tr_torrent * const torrent = msgs->torrent;
/* there are lots of reasons we might not want to request any blocks... */
if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
|| msgs->peer->clientIsChoked