From 00bcc25d05dc0273323a2cae20c6aa62afd4b50a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 25 Aug 2013 12:22:20 -0400 Subject: Cleanup whitespaces --- src/or/circuitstats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/circuitstats.c') diff --git a/src/or/circuitstats.c b/src/or/circuitstats.c index 8fdef5885..eaefc9edd 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); - } + -- cgit v1.2.3