commit 39c7f46d363d8a0b0ccb29bc967004160a477dda Author: teor teor@torproject.org Date: Tue Sep 10 09:06:36 2019 +1000
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 67cb12363..1af9340c1 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,
tor-commits@lists.torproject.org