Skip to content
Snippets Groups Projects
Commit 6d66e906 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Whitespace cleanups in transports/test_pt

parent b16254dc
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ proxy_needs_restart(const managed_proxy_t *mp)
} SMARTLIST_FOREACH_END(t);
ret = 0;
needs_restart:
needs_restart:
tor_free(proxy_uri);
return ret;
}
......
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment