diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:18:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:18:28 -0500 |
commit | 034e2788f812852ed530b42291b3e07c7dc85d84 (patch) | |
tree | 8bb2f9216b88e3d6483f57f03c33bded5cf27a64 /src/test/test_routerlist.c | |
parent | 7322de15dc2f0858291f40df1a55a66c80b7fda9 (diff) | |
download | tor-034e2788f812852ed530b42291b3e07c7dc85d84.tar.gz tor-034e2788f812852ed530b42291b3e07c7dc85d84.zip |
whitespace fixes
Diffstat (limited to 'src/test/test_routerlist.c')
-rw-r--r-- | src/test/test_routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; + |