commit 5431c60001d5051184c2cac2fd4511346a1f1bd3 Author: Nick Mathewson nickm@torproject.org Date: Wed Oct 21 16:46:28 2015 -0400
Fix whitespaces --- src/test/test.c | 1 + src/test/test_dir_handle_get.c | 2 +- src/test/test_util_process.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/test/test.c b/src/test/test.c index 1c421d9..44171b5 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 486d5d3..2e5a50a 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 5d45b58..0dcf047 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 }; +
tor-commits@lists.torproject.org