diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-07 09:34:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-07 09:34:02 -0400 |
commit | 5a5112f7011046033b31dedb3f376c4a488f599c (patch) | |
tree | 50e62b786d255a396dc448cce233463ba59f2208 /src/test/test_procmon.c | |
parent | cec2bc435ed252389d80d77ab17ba4de33ae3153 (diff) | |
download | tor-5a5112f7011046033b31dedb3f376c4a488f599c.tar.gz tor-5a5112f7011046033b31dedb3f376c4a488f599c.zip |
Fix "make check-spaces"
Diffstat (limited to 'src/test/test_procmon.c')
-rw-r--r-- | src/test/test_procmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; + |