1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-13 07:33:02 +00:00

remove trailing spaces

This commit is contained in:
Jordan Lee 2012-09-07 04:25:04 +00:00
parent f4cfc0cf56
commit 357b160cde
4 changed files with 5 additions and 6 deletions

View file

@ -476,7 +476,6 @@ onOpenURLResponse( GtkDialog * dialog, int response, gpointer user_data )
handled = TRUE;
}
if( handled )
gtk_widget_destroy( GTK_WIDGET( dialog ) );
}

View 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