From 50ceaafeb86abb540de39f517bc58c27c0167110 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sat, 30 Apr 2011 00:08:24 +0000 Subject: [PATCH] (trunk libT) very minor copyediting: remove a little unwanted whitespace --- libtransmission/announcer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtransmission/announcer.c b/libtransmission/announcer.c index 1fca8cd68..1b5d244c8 100644 --- a/libtransmission/announcer.c +++ b/libtransmission/announcer.c @@ -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