Browse Source

Fix "make check-spaces"

Nick Mathewson 8 years ago
parent
commit
5a5112f701
3 changed files with 3 additions and 0 deletions
  1. 1 0
      src/common/procmon.c
  2. 1 0
      src/test/test.c
  3. 1 0
      src/test/test_procmon.c

+ 1 - 0
src/common/procmon.c

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

+ 1 - 0
src/test/test.c

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

+ 1 - 0
src/test/test_procmon.c

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