mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix whitespace
This commit is contained in:
parent
84458b79a7
commit
4b9ec85e47
@ -5081,3 +5081,4 @@ tor_weak_random_range(tor_weak_rng_t *rng, int32_t top)
|
||||
} while (result >= top);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user