aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitstats.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-25 12:22:20 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-25 12:22:20 -0400
commit00bcc25d05dc0273323a2cae20c6aa62afd4b50a (patch)
tree9337d1332caf3ecb1bfec21504333836f182ef3a /src/or/circuitstats.c
parent34179395657c478527bff8cdb94d9d142013494a (diff)
downloadtor-00bcc25d05dc0273323a2cae20c6aa62afd4b50a.tar
tor-00bcc25d05dc0273323a2cae20c6aa62afd4b50a.tar.gz
Cleanup whitespaces
Diffstat (limited to 'src/or/circuitstats.c')
-rw-r--r--src/or/circuitstats.c4
1 files changed, 2 insertions, 2 deletions
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);
-
}
+