Clean whitespace, add missing documentation

This commit is contained in:
Nick Mathewson
2016-08-26 13:09:26 -04:00
parent 1e29c68ba9
commit e402cddefe
3 changed files with 19 additions and 12 deletions
-2
View File
@@ -114,7 +114,6 @@ test_protover_parse_fail(void *arg)
;
}
static void
test_protover_vote(void *arg)
{
@@ -183,7 +182,6 @@ test_protover_all_supported(void *arg)
tor_free(msg);
}
#define PV_TEST(name, flags) \
{ #name, test_protover_ ##name, (flags), NULL, NULL }