]> granicus.if.org Git - transmission/commitdiff
(trunk libT) remove trailing spaces from a couple of lines of code
authorJordan Lee <jordan@transmissionbt.com>
Sun, 17 Jul 2011 18:11:34 +0000 (18:11 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 17 Jul 2011 18:11:34 +0000 (18:11 +0000)
libtransmission/peer-msgs.c
libtransmission/webseed.c

index 09ac0b20c483f80bc005291884d051356ccff921..41196061a44b00029540c6be44e0ead7eb7a9717 100644 (file)
@@ -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 )
     {
index 4e4c74e71282b815c0e7919d1b94d4dbd3aee0fc..0cc872d9be885a0b6f6156377876256b508f8417 100644 (file)
@@ -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;