tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e8bd806412dc92054ebf7bffe6c604fef511fdbd
parent d0adf5ae952d303dcd1d6ff06e523580c8055ece
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 11 Jan 2018 12:29:29 -0500

Add a blank line per dgoulet review.

Diffstat:
Msrc/or/main.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/or/main.c b/src/or/main.c @@ -1404,6 +1404,7 @@ find_periodic_event(const char *name) /** Event to run initialize_periodic_events_cb */ static struct event *initialize_periodic_events_event = NULL; + /** Helper, run one second after setup: * Initializes all members of periodic_events and starts them running. *