aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2013-02-28 15:23:24 +0200
committerNick Mathewson <nickm@torproject.org>2013-08-15 12:03:34 -0400
commitb2c7379aec503f6af3b7cc73660df80fd5edacf7 (patch)
tree6e3581bc6ceb01ac930e618b14e4badd83090b74 /src/test/test.c
parent4d325182886072107ec1e5089701d9152be2604c (diff)
downloadtor-b2c7379aec503f6af3b7cc73660df80fd5edacf7.tar
tor-b2c7379aec503f6af3b7cc73660df80fd5edacf7.tar.gz
Make check-spaces happy.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 2ce9f66e1..cf4febf21 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);