[tor-commits] [tor/master] Fix "make check-spaces"

nickm at torproject.org nickm at torproject.org
Wed Oct 7 13:34:53 UTC 2015


commit 5a5112f7011046033b31dedb3f376c4a488f599c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 7 09:34:02 2015 -0400

    Fix "make check-spaces"
---
 src/common/procmon.c    |    1 +
 src/test/test.c         |    1 +
 src/test/test_procmon.c |    1 +
 3 files changed, 3 insertions(+)

diff --git a/src/common/procmon.c b/src/common/procmon.c
index 8c59cad..346a0c6 100644
--- a/src/common/procmon.c
+++ b/src/common/procmon.c
@@ -355,3 +355,4 @@ tor_process_monitor_free(tor_process_monitor_t *procmon)
 
   tor_free(procmon);
 }
+
diff --git a/src/test/test.c b/src/test/test.c
index 33a1e57..3468f7f 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1224,3 +1224,4 @@ struct testgroup_t testgroups[] = {
   { "dns/", dns_tests },
   END_OF_GROUPS
 };
+
diff --git a/src/test/test_procmon.c b/src/test/test_procmon.c
index 6a9c209..4eff52a 100644
--- a/src/test/test_procmon.c
+++ b/src/test/test_procmon.c
@@ -53,3 +53,4 @@ struct testcase_t procmon_tests[] = {
     TT_FORK, NULL, NULL },
   END_OF_TESTCASES
 };
+





More information about the tor-commits mailing list