diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-09 15:38:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-09 15:38:46 -0400 |
commit | 77e2be06f6ff9c7328144fe5df3e3bac64106449 (patch) | |
tree | a8b2d133bc51dfb6d80131a9ac9073939ed73a4b /src/test/testing_common.c | |
parent | 75a7997148c55515a5d1c029a0ab5b46341a4e18 (diff) | |
download | tor-77e2be06f6ff9c7328144fe5df3e3bac64106449.tar.gz tor-77e2be06f6ff9c7328144fe5df3e3bac64106449.zip |
make check-spaces
Diffstat (limited to 'src/test/testing_common.c')
-rw-r--r-- | src/test/testing_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c index d5f2c00923..fd7c4e7074 100644 --- a/src/test/testing_common.c +++ b/src/test/testing_common.c @@ -227,7 +227,6 @@ passthrough_test_cleanup(const struct testcase_t *testcase, void *ptr) return 1; } - static void * ed25519_testcase_setup(const struct testcase_t *testcase) { |