소스 검색

whitespace fixes

Nick Mathewson 10 년 전
부모
커밋
afe10e4707
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/test/test_helpers.c

+ 0 - 3
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);
 }
 
-
-