Browse Source

Fix whitespace

Nick Mathewson 10 years ago
parent
commit
4b9ec85e47
2 changed files with 1 additions and 1 deletions
  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. */