Fix "make check-spaces"

This commit is contained in:
Nick Mathewson 2015-10-07 09:34:02 -04:00
parent cec2bc435e
commit 5a5112f701
3 changed files with 3 additions and 0 deletions

View File

@ -355,3 +355,4 @@ tor_process_monitor_free(tor_process_monitor_t *procmon)
tor_free(procmon);
}

View File

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

View File

@ -53,3 +53,4 @@ struct testcase_t procmon_tests[] = {
TT_FORK, NULL, NULL },
END_OF_TESTCASES
};