Explorar o código

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

teor %!s(int64=4) %!d(string=hai) anos
pai
achega
39c7f46d36
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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[] = {
 const subsys_fns_t *tor_subsystems[] = {
   &sys_winprocess,
   &sys_winprocess,
   &sys_torerr,
   &sys_torerr,
+
   &sys_wallclock,
   &sys_wallclock,
   &sys_threads,
   &sys_threads,
   &sys_logging,
   &sys_logging,
+
   &sys_time,
   &sys_time,
   &sys_network,
   &sys_network,
+
   &sys_compress,
   &sys_compress,
   &sys_crypto,
   &sys_crypto,
   &sys_tortls,
   &sys_tortls,