diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-14 10:40:31 -0400 |
commit | 55c468c5211d5b74acb677767f14d91cd0304771 (patch) | |
tree | 5f8c0611092ef81a4e00b146a4d21992d4d7619a /src/test | |
parent | 1a2aa4e3f8628e5d1343414e0034d2136ad26672 (diff) | |
download | tor-55c468c5211d5b74acb677767f14d91cd0304771.tar.gz tor-55c468c5211d5b74acb677767f14d91cd0304771.zip |
Whitespace cleaning
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_config.c | 1 | ||||
-rw-r--r-- | src/test/test_controller.c | 1 | ||||
-rw-r--r-- | src/test/test_util.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test_config.c b/src/test/test_config.c index 4efefa8050..384bff410f 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -3848,7 +3848,6 @@ test_config_port_cfg_line_extract_addrport(void *arg) tor_free(a); } - static config_line_t * mock_config_line(const char *key, const char *val) { diff --git a/src/test/test_controller.c b/src/test/test_controller.c index 4ae35c8fe0..f19c846144 100644 --- a/src/test/test_controller.c +++ b/src/test/test_controller.c @@ -200,7 +200,6 @@ test_rend_service_parse_port_config(void *arg) "in hidden service port configuration."); tor_free(err_msg); - done: rend_service_port_config_free(cfg); tor_free(err_msg); diff --git a/src/test/test_util.c b/src/test/test_util.c index a548b2a100..7276c0cbfc 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -1671,7 +1671,6 @@ test_util_config_line_crlf(void *arg) tor_free(k); tor_free(v); } - #ifndef _WIN32 static void test_util_expand_filename(void *arg) |