소스 검색

Fix whitespace

Nick Mathewson 10 년 전
부모
커밋
4b9ec85e47
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/common/util.c
  2. 0 1
      src/test/test_bt_cl.c

+ 1 - 0
src/common/util.c

@@ -5081,3 +5081,4 @@ tor_weak_random_range(tor_weak_rng_t *rng, int32_t top)
   } while (result >= top);
   return result;
 }
+

+ 0 - 1
src/test/test_bt_cl.c

@@ -10,7 +10,6 @@
 #include "backtrace.h"
 #include "torlog.h"
 
-
 /* -1: no crash.
  *  0: crash with a segmentation fault.
  *  1x: crash with an assertion failure. */