[tor-commits] [tor/master] Fix whitespace
nickm at torproject.org
nickm at torproject.org
Mon Nov 18 16:13:42 UTC 2013
commit 4b9ec85e4703eb3542e6a397f1f6c02c62c1f589
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Nov 18 11:13:40 2013 -0500
Fix whitespace
---
src/common/util.c | 1 +
src/test/test_bt_cl.c | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/util.c b/src/common/util.c
index 17d6c22..2549002 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 9ac9823..45ae82f 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. */
More information about the tor-commits
mailing list