aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-10 09:06:36 +1000
committerteor <teor@torproject.org>2019-09-10 09:06:36 +1000
commit39c7f46d363d8a0b0ccb29bc967004160a477dda (patch)
treea4443a74e984886b938a4463703b78e77faa6167
parent5fa75a6cd45d81476d5648665717d46a406845bf (diff)
downloadtor-39c7f46d363d8a0b0ccb29bc967004160a477dda.tar.gz
tor-39c7f46d363d8a0b0ccb29bc967004160a477dda.zip
main: add some newlines to the subsystem list, for readability
-rw-r--r--src/app/main/subsystem_list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c
index 67cb12363e..1af9340c1a 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,