mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk libT) remove trailing spaces from a couple of lines of code
This commit is contained in:
parent
f8c92d06e6
commit
bd6aaf9a12
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue