mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Fix whitespace
This commit is contained in:
parent
84458b79a7
commit
4b9ec85e47
2 changed files with 1 additions and 1 deletions
|
@ -5081,3 +5081,4 @@ tor_weak_random_range(tor_weak_rng_t *rng, int32_t top)
|
||||||
} while (result >= top);
|
} while (result >= top);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "backtrace.h"
|
#include "backtrace.h"
|
||||||
#include "torlog.h"
|
#include "torlog.h"
|
||||||
|
|
||||||
|
|
||||||
/* -1: no crash.
|
/* -1: no crash.
|
||||||
* 0: crash with a segmentation fault.
|
* 0: crash with a segmentation fault.
|
||||||
* 1x: crash with an assertion failure. */
|
* 1x: crash with an assertion failure. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue