diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-16 15:18:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-16 15:18:02 -0400 |
commit | dd362b52f35a1654969a96082372ee25a9710002 (patch) | |
tree | fad86e9b2243637027f675d43687b954971db2a4 /src/or/circuitmux.c | |
parent | 205084631257751b655c5bf33a1f290e2741bf27 (diff) | |
download | tor-dd362b52f35a1654969a96082372ee25a9710002.tar.gz tor-dd362b52f35a1654969a96082372ee25a9710002.zip |
whitespace fixes
Diffstat (limited to 'src/or/circuitmux.c')
-rw-r--r-- | src/or/circuitmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitmux.c b/src/or/circuitmux.c index 563166eb46..55580d5c29 100644 --- a/src/or/circuitmux.c +++ b/src/or/circuitmux.c @@ -1944,3 +1944,4 @@ circuitmux_count_queued_destroy_cells(const channel_t *chan, return n_destroy_cells; } + |