aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/util.c1
-rw-r--r--src/test/test_bt_cl.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 17d6c22ab..25490026c 100644
--- a/src/common/util.c
+++ b/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;
}
+
diff --git a/src/test/test_bt_cl.c b/src/test/test_bt_cl.c
index 9ac9823dc..45ae82fb8 100644
--- a/src/test/test_bt_cl.c
+++ b/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. */