aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-05 12:01:29 +1000
committerteor <teor@torproject.org>2019-11-05 12:01:29 +1000
commit8b91fa707573e59dedaa09afdbcbf766e57ff750 (patch)
tree48c9a65244c2a5c47708d6a57f39b1054acc3966 /src/app
parent81972353cbd129984b7cf519bc10a726592793b3 (diff)
downloadtor-8b91fa707573e59dedaa09afdbcbf766e57ff750.tar.gz
tor-8b91fa707573e59dedaa09afdbcbf766e57ff750.zip
config: Run "make autostyle"
Part of 32213.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 108786fb64..1b697e73fc 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -2951,7 +2951,7 @@ options_validate(const or_options_t *old_options, or_options_t *options,
vs = config_validate(get_options_mgr(), old_options, options, msg);
return vs < 0 ? -1 : 0;
}
-#endif
+#endif /* defined(TOR_UNIT_TESTS) */
#define REJECT(arg) \
STMT_BEGIN *msg = tor_strdup(arg); return -1; STMT_END