mirror of
https://github.com/transmission/transmission
synced 2025-03-19 10:15:36 +00:00
(trunk libT) very minor copyediting: remove a little unwanted whitespace
This commit is contained in:
parent
bb255f5e56
commit
50ceaafeb8
1 changed files with 2 additions and 2 deletions
|
@ -628,7 +628,7 @@ addTorrentToTier( tr_torrent_tiers * tt, tr_torrent * tor )
|
|||
tr_tracker_info * infos = filter_trackers( tor->info.trackers,
|
||||
tor->info.trackerCount, &n );
|
||||
|
||||
/* build the array of trackers */
|
||||
/* build the array of trackers */
|
||||
tt->trackers = tr_new0( tr_tracker, n );
|
||||
tt->tracker_count = n;
|
||||
for( i=0; i<n; ++i )
|
||||
|
@ -1208,7 +1208,7 @@ find_tier( tr_torrent * tor, const char * scrape )
|
|||
}
|
||||
|
||||
static void
|
||||
on_scrape_done( const tr_scrape_response * response, void * vsession )
|
||||
on_scrape_done( const tr_scrape_response * response, void * vsession )
|
||||
{
|
||||
int i;
|
||||
const time_t now = tr_time( );
|
||||
|
|
Loading…
Add table
Reference in a new issue