From 39c7f46d363d8a0b0ccb29bc967004160a477dda Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 10 Sep 2019 09:06:36 +1000 Subject: [PATCH] main: add some newlines to the subsystem list, for readability --- src/app/main/subsystem_list.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index 67cb12363e..1af9340c1a 100644 --- a/src/app/main/subsystem_list.c +++ b/src/app/main/subsystem_list.c @@ -39,11 +39,14 @@ const subsys_fns_t *tor_subsystems[] = { &sys_winprocess, &sys_torerr, + &sys_wallclock, &sys_threads, &sys_logging, + &sys_time, &sys_network, + &sys_compress, &sys_crypto, &sys_tortls,