Run "make autostyle"

This commit is contained in:
teor 2019-11-14 16:28:39 +10:00
parent 0df8bcfb6f
commit d19f370aa2
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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) */

View File

@ -134,7 +134,7 @@
.initvalue = initval \
},
/**@}*/
#endif
#endif /* !defined(COCCI) */
/** Type aliases for the "commonly used" configuration types.
*

View File

@ -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.");