char *args = NULL;
double qnt;
- switch(type) {
+ switch (type) {
case BUILDTIMEOUT_SET_EVENT_RESET:
case BUILDTIMEOUT_SET_EVENT_SUSPENDED:
case BUILDTIMEOUT_SET_EVENT_DISCARD:
control_event_buildtimeout_set(type, args);
tor_free(args);
-
}
+
#ifdef CIRCUITSTATS_PRIVATE
/** Structure for circuit build times history */
-struct circuit_build_times_s{
+struct circuit_build_times_s {
/** The circular array of recorded build times in milliseconds */
build_time_t circuit_build_times[CBT_NCIRCUITS_TO_OBSERVE];
/** Current index in the circuit_build_times circular array */