]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fixes
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Feb 2015 15:55:56 +0000 (10:55 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Feb 2015 15:55:56 +0000 (10:55 -0500)
src/test/test_helpers.c

index 8f4a3a9ab26e6c53515817b08ba221a9715ede81..c3ca0c355483b42de0d3eb4c69df8f36867f0227 100644 (file)
@@ -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);
 }
 
-
-