commit 00bcc25d05dc0273323a2cae20c6aa62afd4b50a
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Sun Aug 25 12:22:20 2013 -0400
Cleanup whitespaces
---
src/or/circuitstats.c | 4 ++--
src/or/circuitstats.h | 2 +-
src/or/control.c | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/or/circuitstats.c b/src/or/circuitstats.c
index 8fdef58..eaefc9e 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 38a7e4e..3343310 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 9eaaef5..7034605 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
+