]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix "make check-spaces"
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Oct 2015 13:34:02 +0000 (09:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Oct 2015 13:34:02 +0000 (09:34 -0400)
src/common/procmon.c
src/test/test.c
src/test/test_procmon.c

index 8c59cadebbbc57de29701a062e23b8a670eefd32..346a0c69439d12ac9f84a09e937d8919361182a3 100644 (file)
@@ -355,3 +355,4 @@ tor_process_monitor_free(tor_process_monitor_t *procmon)
 
   tor_free(procmon);
 }
+
index 33a1e57092de5904fdc2b7c3ab0c4446825da744..3468f7fdaaaecbd140568e957c69487056ad73a3 100644 (file)
@@ -1224,3 +1224,4 @@ struct testgroup_t testgroups[] = {
   { "dns/", dns_tests },
   END_OF_GROUPS
 };
+
index 6a9c209f7c832f595b8d6a0238bd22f5b60be1ef..4eff52a14dd14565c12ec21714d073321232b40d 100644 (file)
@@ -53,3 +53,4 @@ struct testcase_t procmon_tests[] = {
     TT_FORK, NULL, NULL },
   END_OF_TESTCASES
 };
+