소스 검색

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,