From 034e2788f812852ed530b42291b3e07c7dc85d84 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 23 Jan 2015 11:18:28 -0500 Subject: whitespace fixes --- src/test/test_routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_routerlist.c') diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c index 390b69102f..381a592c5b 100644 --- a/src/test/test_routerlist.c +++ b/src/test/test_routerlist.c @@ -7,7 +7,6 @@ #include "directory.h" #include "test.h" - /* 4 digests + 3 sep + pre + post + NULL */ static char output[4*BASE64_DIGEST256_LEN+3+2+2+1]; @@ -101,3 +100,4 @@ struct testcase_t routerlist_tests[] = { NODE(launch_descriptor_downloads, 0), END_OF_TESTCASES }; + -- cgit v1.2.3-54-g00ecf