mirror of
https://github.com/transmission/transmission
synced 2025-03-13 15:39:01 +00:00
remove trailing spaces
This commit is contained in:
parent
f4cfc0cf56
commit
357b160cde
4 changed files with 5 additions and 6 deletions
|
@ -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" );
|
||||
|
|
|
@ -475,7 +475,6 @@ onOpenURLResponse( GtkDialog * dialog, int response, gpointer user_data )
|
|||
{
|
||||
handled = TRUE;
|
||||
}
|
||||
|
||||
|
||||
if( handled )
|
||||
gtk_widget_destroy( GTK_WIDGET( dialog ) );
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -342,7 +342,7 @@ main( int argc, char * argv[] )
|
|||
|
||||
if( scrapeFlag )
|
||||
doScrape( &inf );
|
||||
else
|
||||
else
|
||||
showInfo( &inf );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue