]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a blank line per dgoulet review.
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Jan 2018 17:29:29 +0000 (12:29 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Jan 2018 17:29:29 +0000 (12:29 -0500)
src/or/main.c

index 8d793e0a5eef9cdbc369a38630a6364da2d80599..fe31f0ed0b6fb42e4737329e3e6218c02a45b91f 100644 (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.
  *