Add a blank line per dgoulet review.

This commit is contained in:
Nick Mathewson 2018-01-11 12:29:29 -05:00
parent d0adf5ae95
commit e8bd806412

View File

@ -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.
*