From: Nick Mathewson Date: Sun, 25 Aug 2013 16:22:20 +0000 (-0400) Subject: Cleanup whitespaces X-Git-Tag: tor-0.2.5.1-alpha~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00bcc25d05dc0273323a2cae20c6aa62afd4b50a;p=thirdparty%2Ftor.git Cleanup whitespaces --- diff --git a/src/or/circuitstats.c b/src/or/circuitstats.c index 8fdef58858..eaefc9edde 100644 --- a/src/or/circuitstats.c +++ b/src/or/circuitstats.c @@ -1614,7 +1614,7 @@ cbt_control_event_buildtimeout_set(const circuit_build_times_t *cbt, char *args = NULL; double qnt; - switch(type) { + switch (type) { case BUILDTIMEOUT_SET_EVENT_RESET: case BUILDTIMEOUT_SET_EVENT_SUSPENDED: case BUILDTIMEOUT_SET_EVENT_DISCARD: @@ -1640,5 +1640,5 @@ cbt_control_event_buildtimeout_set(const circuit_build_times_t *cbt, control_event_buildtimeout_set(type, args); tor_free(args); - } + diff --git a/src/or/circuitstats.h b/src/or/circuitstats.h index 38a7e4efa8..3343310b8e 100644 --- a/src/or/circuitstats.h +++ b/src/or/circuitstats.h @@ -69,7 +69,7 @@ void circuit_build_times_network_circ_success(circuit_build_times_t *cbt); #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 */ diff --git a/src/or/control.c b/src/or/control.c index 9eaaef5a54..7034605c20 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -4727,3 +4727,4 @@ control_testing_set_global_event_mask(uint64_t mask) global_event_mask = mask; } #endif +