mirror of
https://github.com/transmission/transmission
synced 2025-03-13 07:33:02 +00:00
remove trailing spaces
This commit is contained in:
parent
f4cfc0cf56
commit
357b160cde
4 changed files with 5 additions and 6 deletions
|
@ -476,7 +476,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
|
||||
|
|
Loading…
Add table
Reference in a new issue