From b2c7379aec503f6af3b7cc73660df80fd5edacf7 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Thu, 28 Feb 2013 15:23:24 +0200 Subject: Make check-spaces happy. --- src/test/test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/test.c') diff --git a/src/test/test.c b/src/test/test.c index 2ce9f66e12..cf4febf216 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1885,7 +1885,6 @@ test_geoip(void) test_streq(entry_stats_2, s); tor_free(s); - /* Stop collecting entry statistics. */ geoip_entry_stats_term(); get_options_mutable()->EntryStatistics = 0; @@ -1945,7 +1944,6 @@ test_geoip_with_pt(void) geoip_note_client_seen(GEOIP_CLIENT_CONNECT, &addr, "yout", now-7200); } - /* Test the transport history string. */ s = geoip_get_transport_history(); tor_assert(s); -- cgit v1.2.3-54-g00ecf