diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-28 00:52:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-14 11:19:35 -0500 |
commit | cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4 (patch) | |
tree | 1ea4ebcc33f65cd4300e75a4d001093cf8c49e2f /src/test/test.c | |
parent | e5f8c772f4c468a20da8b9176c2b276ac76bbe78 (diff) | |
download | tor-cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4.tar.gz tor-cc6529e9bb7d7e01a25b5632d6d6c2424c6fc2b4.zip |
Fix check-spaces
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c index 9171306d18..2c2328c197 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1258,7 +1258,6 @@ test_stats(void *arg) tor_free(s); } - static void * passthrough_test_setup(const struct testcase_t *testcase) { |