mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Run "make autostyle"
This commit is contained in:
parent
0df8bcfb6f
commit
d19f370aa2
@ -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
|
||||
|
@ -17,7 +17,7 @@
|
||||
void relay_register_periodic_events(void);
|
||||
void reschedule_descriptor_update_check(void);
|
||||
|
||||
#else
|
||||
#else /* !defined(HAVE_MODULE_RELAY) */
|
||||
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
|
||||
@ -26,6 +26,6 @@ void reschedule_descriptor_update_check(void);
|
||||
#define reschedule_descriptor_update_check() \
|
||||
STMT_NIL
|
||||
|
||||
#endif
|
||||
#endif /* defined(HAVE_MODULE_RELAY) */
|
||||
|
||||
#endif /* !defined(TOR_FEATURE_RELAY_RELAY_PERIODIC_H) */
|
||||
|
@ -134,7 +134,7 @@
|
||||
.initvalue = initval \
|
||||
},
|
||||
/**@}*/
|
||||
#endif
|
||||
#endif /* !defined(COCCI) */
|
||||
|
||||
/** Type aliases for the "commonly used" configuration types.
|
||||
*
|
||||
|
@ -296,7 +296,7 @@ crypto_openssl_init_engines(const char *accelName,
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
#else
|
||||
#else /* !defined(DISABLE_ENGINES) */
|
||||
ENGINE *e = NULL;
|
||||
|
||||
log_info(LD_CRYPTO, "Initializing OpenSSL engine support.");
|
||||
|
Loading…
Reference in New Issue
Block a user