Просмотр исходного кода

Add a blank line per dgoulet review.

Nick Mathewson 8 лет назад
Родитель
Сommit
e8bd806412
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/or/main.c

+ 1 - 0
src/or/main.c

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