summaryrefslogtreecommitdiff
path: root/src/or/channel.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-08 13:57:08 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-08 13:57:08 -0400
commitfb97f76e71ab06abe4b4927f743f6683e7aaedab (patch)
tree4309e9c42182c9d7c83c9533ea5c9e42e59c1f89 /src/or/channel.c
parent4d30dde15670bd4fb572025116304286880db636 (diff)
downloadtor-fb97f76e71ab06abe4b4927f743f6683e7aaedab.tar.gz
tor-fb97f76e71ab06abe4b4927f743f6683e7aaedab.zip
whitespace fixes
Diffstat (limited to 'src/or/channel.c')
-rw-r--r--src/or/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c
index 599b00aa6b..5b184f1e22 100644
--- a/src/or/channel.c
+++ b/src/or/channel.c
@@ -86,7 +86,6 @@ static smartlist_t *active_listeners = NULL;
/* All channel_listener_t instances in LISTENING state */
static smartlist_t *finished_listeners = NULL;
-
/** Map from channel->global_identifier to channel. Contains the same
* elements as all_channels. */
HT_HEAD(channel_gid_map, channel_s) channel_gid_map = HT_INITIALIZER();