mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
config: Run "make autostyle"
Part of 32213.
This commit is contained in:
@@ -39,7 +39,7 @@ int options_act_dirauth_mtbf(const or_options_t *old_options);
|
||||
int options_act_dirauth_stats(const or_options_t *old_options,
|
||||
bool *print_notice_out);
|
||||
|
||||
#else
|
||||
#else /* !defined(HAVE_MODULE_DIRAUTH) */
|
||||
|
||||
/** When tor is compiled with the dirauth module disabled, it can't be
|
||||
* configured as a directory authority.
|
||||
|
||||
@@ -88,9 +88,9 @@ STATIC int check_bridge_distribution_setting(const char *bd);
|
||||
STATIC int have_enough_mem_for_dircache(const or_options_t *options,
|
||||
size_t total_mem, char **msg);
|
||||
|
||||
#endif
|
||||
#endif /* defined(RELAY_CONFIG_PRIVATE) */
|
||||
|
||||
#else
|
||||
#else /* !defined(HAVE_MODULE_RELAY) */
|
||||
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
|
||||
@@ -183,6 +183,6 @@ options_validate_relay_mode(const or_options_t *old_options,
|
||||
#define options_act_relay_dir(old_options) \
|
||||
(((void)(old_options)),0)
|
||||
|
||||
#endif
|
||||
#endif /* defined(HAVE_MODULE_RELAY) */
|
||||
|
||||
#endif /* !defined(TOR_FEATURE_RELAY_RELAY_CONFIG_H) */
|
||||
|
||||
@@ -34,9 +34,9 @@ STATIC smartlist_t *get_options_from_transport_options_line(
|
||||
const char *line,
|
||||
const char *transport);
|
||||
|
||||
#endif
|
||||
#endif /* defined(RELAY_TRANSPORT_CONFIG_PRIVATE) */
|
||||
|
||||
#else
|
||||
#else /* !defined(HAVE_MODULE_RELAY) */
|
||||
|
||||
/** When tor is compiled with the relay module disabled, it can't be
|
||||
* configured with server pluggable transports.
|
||||
@@ -80,6 +80,6 @@ options_validate_server_transport(const or_options_t *old_options,
|
||||
#define options_act_server_transport(old_options) \
|
||||
(((void)(old_options)),0)
|
||||
|
||||
#endif
|
||||
#endif /* defined(HAVE_MODULE_RELAY) */
|
||||
|
||||
#endif /* !defined(TOR_FEATURE_RELAY_TRANSPORT_CONFIG_H) */
|
||||
|
||||
Reference in New Issue
Block a user