diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-31 11:27:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-31 11:27:13 -0400 |
commit | 9327a9f60777b3deb4f169f8a142164007ccb211 (patch) | |
tree | aed4d7f22ee1fb314c150098a6eee99e59d4f251 /src/or/channel.c | |
parent | 965d778b2682158cb9d362c71bce8eb61c4df21d (diff) | |
download | tor-9327a9f60777b3deb4f169f8a142164007ccb211.tar.gz tor-9327a9f60777b3deb4f169f8a142164007ccb211.zip |
Fix whitespace
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index cd5972f1ec..cbf7f99be1 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -2462,7 +2462,6 @@ channel_process_cells(channel_t *chan) break; } } - } /** |