]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix whitespace
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Nov 2013 16:13:40 +0000 (11:13 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Nov 2013 16:13:40 +0000 (11:13 -0500)
src/common/util.c
src/test/test_bt_cl.c

index 17d6c22ab4fe68c62098eae8ae3b19ccc877656d..25490026c96d8505931b905867b8b7186c23cd0d 100644 (file)
@@ -5081,3 +5081,4 @@ tor_weak_random_range(tor_weak_rng_t *rng, int32_t top)
   } while (result >= top);
   return result;
 }
+
index 9ac9823dc8b74b38c90d253fb87f73587d29969b..45ae82fb85a98cdcb1ee1b1716d3e43a5d90b20c 100644 (file)
@@ -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. */