(trunk libT) very minor copyediting: remove a little unwanted whitespace

This commit is contained in:
Jordan Lee 2011-04-30 00:08:24 +00:00
parent bb255f5e56
commit 50ceaafeb8
1 changed files with 2 additions and 2 deletions

View File

@ -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( );