Fix whitespaces

This commit is contained in:
Nick Mathewson 2015-10-21 16:46:28 -04:00
parent a61158aa23
commit 5431c60001
3 changed files with 3 additions and 1 deletions

View file

@ -1226,3 +1226,4 @@ struct testgroup_t testgroups[] = {
{ "dns/", dns_tests },
END_OF_GROUPS
};

View file

@ -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();

View file

@ -70,3 +70,4 @@ struct testcase_t util_process_tests[] = {
NULL, NULL },
END_OF_TESTCASES
};