summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-21 16:46:28 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-21 16:46:28 -0400
commit5431c60001d5051184c2cac2fd4511346a1f1bd3 (patch)
tree3ce5160201d219101bb44067f6c166a43781fe62
parenta61158aa237429d046f34d9f3db5a7dc7c40ba5e (diff)
downloadtor-5431c60001d5051184c2cac2fd4511346a1f1bd3.tar.gz
tor-5431c60001d5051184c2cac2fd4511346a1f1bd3.zip
Fix whitespaces
-rw-r--r--src/test/test.c1
-rw-r--r--src/test/test_dir_handle_get.c2
-rw-r--r--src/test/test_util_process.c1
3 files changed, 3 insertions, 1 deletions
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
};
+