Browse Source

main: add some newlines to the subsystem list, for readability

teor 4 years ago
parent
commit
39c7f46d36
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/app/main/subsystem_list.c

+ 3 - 0
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,