aboutsummaryrefslogtreecommitdiff
path: root/src/app/main/subsysmgr.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-14 16:28:39 +1000
committerteor <teor@torproject.org>2019-11-14 16:28:39 +1000
commitd19f370aa2dbffe72587b6af9f7119a36ea7c25a (patch)
treeffe2348c4a5d605d53153f425e4ba2f5de6b81ce /src/app/main/subsysmgr.c
parent0df8bcfb6fc31fabccf480f5a153174360dffc7a (diff)
downloadtor-d19f370aa2dbffe72587b6af9f7119a36ea7c25a.tar.gz
tor-d19f370aa2dbffe72587b6af9f7119a36ea7c25a.zip
Run "make autostyle"
Diffstat (limited to 'src/app/main/subsysmgr.c')
-rw-r--r--src/app/main/subsysmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main/subsysmgr.c b/src/app/main/subsysmgr.c
index 8be4a7d75c..ca23b5df93 100644
--- a/src/app/main/subsysmgr.c
+++ b/src/app/main/subsysmgr.c
@@ -385,7 +385,7 @@ subsystems_get_state_idx(const subsys_fns_t *sys)
tor_assert(i >= 0);
return sys_status[i].state_idx;
}
-#endif
+#endif /* defined(TOR_UNIT_TESTS) */
/**
* Call all appropriate set_options() methods to tell the various subsystems