mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Fix whitespaces
This commit is contained in:
parent
a61158aa23
commit
5431c60001
3 changed files with 3 additions and 1 deletions
|
@ -1226,3 +1226,4 @@ struct testgroup_t testgroups[] = {
|
|||
{ "dns/", dns_tests },
|
||||
END_OF_GROUPS
|
||||
};
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -70,3 +70,4 @@ struct testcase_t util_process_tests[] = {
|
|||
NULL, NULL },
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue