From: Nick Mathewson Date: Wed, 7 Oct 2015 13:34:02 +0000 (-0400) Subject: Fix "make check-spaces" X-Git-Tag: tor-0.2.8.1-alpha~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a5112f7011046033b31dedb3f376c4a488f599c;p=thirdparty%2Ftor.git Fix "make check-spaces" --- diff --git a/src/common/procmon.c b/src/common/procmon.c index 8c59cadebb..346a0c6943 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 33a1e57092..3468f7fdaa 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 6a9c209f7c..4eff52a14d 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 }; +