浏览代码

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

teor 4 年之前
父节点
当前提交
39c7f46d36
共有 1 个文件被更改,包括 3 次插入0 次删除
  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,