]> granicus.if.org Git - transmission/commitdiff
remove trailing spaces
authorJordan Lee <jordan@transmissionbt.com>
Fri, 7 Sep 2012 04:25:04 +0000 (04:25 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 7 Sep 2012 04:25:04 +0000 (04:25 +0000)
daemon/remote.c
gtk/open-dialog.c
libtransmission/peer-msgs.c
utils/show.c

index 3775d0394de051a39239f34b2d409940f871c586..fbc0e1586ffdc9523cdba0c3109feec7af1dbeb2 100644 (file)
@@ -861,8 +861,8 @@ printDetails( tr_benc * top )
                 printf( "  Name: %s\n", str );
             if( tr_bencDictFindStr( t, "hashString", &str ) )
                 printf( "  Hash: %s\n", str );
-            if( tr_bencDictFindStr( t, "magnetLink", &str ) ) 
-                printf( "  Magnet: %s\n", str ); 
+            if( tr_bencDictFindStr( t, "magnetLink", &str ) )
+                printf( "  Magnet: %s\n", str );
             printf( "\n" );
 
             printf( "TRANSFER\n" );
index 05cddddb4f017779f755afab8971185942155b11..9c8816d570e848cfe2fb03f26366b2985ad28f7e 100644 (file)
@@ -475,7 +475,6 @@ onOpenURLResponse( GtkDialog * dialog, int response, gpointer user_data )
     {
         handled = TRUE;
     }
-        
 
     if( handled )
         gtk_widget_destroy( GTK_WIDGET( dialog ) );
index 7c58b4713178de022ec086be145a184d6fe66837..2895e460eb5e38f691b145e7906831b9af6f3277 100644 (file)
@@ -1689,8 +1689,8 @@ updateDesiredRequestCount( tr_peermsgs * msgs )
             rate_Bps = MIN( rate_Bps, tr_torrentGetSpeedLimit_Bps( torrent, TR_PEER_TO_CLIENT ) );
 
         /* honor the session limits, if enabled */
-        if( tr_torrentUsesSessionLimits( torrent ) 
-       &&  tr_sessionGetActiveSpeedLimit_Bps( torrent->session, TR_PEER_TO_CLIENT, &irate_Bps ) )
+        if( tr_torrentUsesSessionLimits( torrent ) &&
+           tr_sessionGetActiveSpeedLimit_Bps( torrent->session, TR_PEER_TO_CLIENT, &irate_Bps ) )
                 rate_Bps = MIN( rate_Bps, irate_Bps );
 
         /* use this desired rate to figure out how
index 00789541b1a26f34066ee9f32e094262625aa8e3..dd75e19d415a0cf110aa8faeab5e94a17dec1b40 100644 (file)
@@ -342,7 +342,7 @@ main( int argc, char * argv[] )
 
         if( scrapeFlag )
             doScrape( &inf );
-        else 
+        else
             showInfo( &inf );
     }