mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +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,9 +1663,8 @@ 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 )
|
||||
if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
|
||||
|| msgs->peer->clientIsChoked
|
||||
|| !msgs->peer->clientIsInterested )
|
||||
{
|
||||
|
|
|
@ -222,7 +222,7 @@ connection_succeeded( void * vinf )
|
|||
/* the server seems to be accepting more connections now */
|
||||
w->consecutive_failures = w->retry_tickcount = w->retry_challenge = 0;
|
||||
|
||||
if( inf->redirect_url &&
|
||||
if( inf->redirect_url &&
|
||||
(tor = tr_torrentFindFromId( w->session, w->torrent_id )))
|
||||
{
|
||||
uint64_t file_offset;
|
||||
|
|
Loading…
Reference in a new issue