mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix "make check-spaces"
This commit is contained in:
parent
cec2bc435e
commit
5a5112f701
@ -355,3 +355,4 @@ tor_process_monitor_free(tor_process_monitor_t *procmon)
|
||||
|
||||
tor_free(procmon);
|
||||
}
|
||||
|
||||
|
@ -1224,3 +1224,4 @@ struct testgroup_t testgroups[] = {
|
||||
{ "dns/", dns_tests },
|
||||
END_OF_GROUPS
|
||||
};
|
||||
|
||||
|
@ -53,3 +53,4 @@ struct testcase_t procmon_tests[] = {
|
||||
TT_FORK, NULL, NULL },
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user