diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-25 12:22:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-25 12:22:20 -0400 |
commit | 00bcc25d05dc0273323a2cae20c6aa62afd4b50a (patch) | |
tree | 9337d1332caf3ecb1bfec21504333836f182ef3a /src/or/circuitstats.c | |
parent | 34179395657c478527bff8cdb94d9d142013494a (diff) | |
download | tor-00bcc25d05dc0273323a2cae20c6aa62afd4b50a.tar.gz tor-00bcc25d05dc0273323a2cae20c6aa62afd4b50a.zip |
Cleanup whitespaces
Diffstat (limited to 'src/or/circuitstats.c')
-rw-r--r-- | src/or/circuitstats.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); - } + |