瀏覽代碼

Fix "make check-spaces"

Nick Mathewson 10 年之前
父節點
當前提交
5a5112f701
共有 3 個文件被更改,包括 3 次插入0 次删除
  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
 };
+