(trunk libT) remove trailing spaces from a couple of lines of code
This commit is contained in:
parent
f8c92d06e6
commit
bd6aaf9a12
|
@ -1663,7 +1663,6 @@ updateDesiredRequestCount( tr_peermsgs * msgs )
|
||||||
{
|
{
|
||||||
const tr_torrent * const torrent = msgs->torrent;
|
const tr_torrent * const torrent = msgs->torrent;
|
||||||
|
|
||||||
|
|
||||||
/* there are lots of reasons we might not want to request any blocks... */
|
/* there are lots of reasons we might not want to request any blocks... */
|
||||||
if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
|
if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
|
||||||
|| msgs->peer->clientIsChoked
|
|| msgs->peer->clientIsChoked
|
||||||
|
|
Loading…
Reference in New Issue