aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_pt.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-11 14:36:51 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-11 14:36:51 -0400
commit6d66e9068baa758cf12f34f1d07625d485264cf9 (patch)
tree7914c60476ac6b2f74d53db302ea5ad8022fd297 /src/test/test_pt.c
parentb16254dce9fe8a4a2b96ecbb55489d55b0df163e (diff)
downloadtor-6d66e9068baa758cf12f34f1d07625d485264cf9.tar.gz
tor-6d66e9068baa758cf12f34f1d07625d485264cf9.zip
Whitespace cleanups in transports/test_pt
Diffstat (limited to 'src/test/test_pt.c')
-rw-r--r--src/test/test_pt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_pt.c b/src/test/test_pt.c
index 05ba24e65a..0737ff4892 100644
--- a/src/test/test_pt.c
+++ b/src/test/test_pt.c
@@ -528,7 +528,6 @@ test_get_pt_proxy_uri(void *arg)
tor_free(uri);
}
-
#define PT_LEGACY(name) \
{ #name, legacy_test_helper, 0, &legacy_setup, test_pt_ ## name }