Fix whitespace

This commit is contained in:
Nick Mathewson 2013-11-18 11:13:40 -05:00
parent 84458b79a7
commit 4b9ec85e47
2 changed files with 1 additions and 1 deletions

View File

@ -5081,3 +5081,4 @@ tor_weak_random_range(tor_weak_rng_t *rng, int32_t top)
} while (result >= top);
return result;
}

View 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. */