[tor-commits] [tor/master] whitespace fixes

nickm at torproject.org nickm at torproject.org
Wed Feb 18 17:14:02 UTC 2015


commit afe10e47079daa19162b046281055c535cc2d485
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Feb 18 10:55:56 2015 -0500

    whitespace fixes
---
 src/test/test_helpers.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/test/test_helpers.c b/src/test/test_helpers.c
index 8f4a3a9..c3ca0c3 100644
--- a/src/test/test_helpers.c
+++ b/src/test/test_helpers.c
@@ -31,7 +31,6 @@ get_yesterday_date_str(void)
   return buf;
 }
 
-
 /* NOP replacement for router_descriptor_is_older_than() */
 static int
 router_descriptor_is_older_than_replacement(const routerinfo_t *router,
@@ -85,5 +84,3 @@ helper_setup_fake_routerlist(void)
   UNMOCK(router_descriptor_is_older_than);
 }
 
-
-





More information about the tor-commits mailing list