aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-10-10 00:48:36 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-10 00:48:36 -0700
commit5543c5b202b045bc5b7d8d4f127c54decd17e943 (patch)
tree586ae3885fcdfacc177b464982d487e791c7e421 /src/or/circuitmux.c
parent217352c3624aa62384af57a2e7046e577671b915 (diff)
downloadtor-5543c5b202b045bc5b7d8d4f127c54decd17e943.tar.gz
tor-5543c5b202b045bc5b7d8d4f127c54decd17e943.zip
Fix formatting in various places after 6465/6816 work
Diffstat (limited to 'src/or/circuitmux.c')
-rw-r--r--src/or/circuitmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitmux.c b/src/or/circuitmux.c
index 6a6fa6d2d7..f3b6b7cd7b 100644
--- a/src/or/circuitmux.c
+++ b/src/or/circuitmux.c
@@ -412,7 +412,7 @@ circuitmux_detach_all_circuits(circuitmux_t *cmux)
* Update active_circuits et al.; this does policy notifies, so
* comes before freeing policy data
*/
-
+
if (to_remove->muxinfo.cell_count > 0) {
circuitmux_make_circuit_inactive(cmux, circ, CELL_DIRECTION_IN);
}