From: Nick Mathewson Date: Wed, 21 Oct 2015 20:46:28 +0000 (-0400) Subject: Fix whitespaces X-Git-Tag: tor-0.2.8.1-alpha~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5431c60001d5051184c2cac2fd4511346a1f1bd3;p=thirdparty%2Ftor.git Fix whitespaces --- diff --git a/src/test/test.c b/src/test/test.c index 1c421d98ab..44171b56b8 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1226,3 +1226,4 @@ struct testgroup_t testgroups[] = { { "dns/", dns_tests }, END_OF_GROUPS }; + diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c index 486d5d35be..2e5a50a2f6 100644 --- a/src/test/test_dir_handle_get.c +++ b/src/test/test_dir_handle_get.c @@ -2399,7 +2399,7 @@ test_dir_handle_get_status_vote_next_authority(void* data) tor_free(body); authority_cert_free(mock_cert); mock_cert = NULL; or_options_free(mock_options); mock_options = NULL; - + clear_dir_servers(); routerlist_free_all(); dirvote_free_all(); diff --git a/src/test/test_util_process.c b/src/test/test_util_process.c index 5d45b58d3e..0dcf047730 100644 --- a/src/test/test_util_process.c +++ b/src/test/test_util_process.c @@ -70,3 +70,4 @@ struct testcase_t util_process_tests[] = { NULL, NULL }, END_OF_TESTCASES }; +