aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-24 12:34:23 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-24 12:34:23 -0400
commit95e617c8280f0454b97411b3675d664c2cbc23b6 (patch)
tree74e9c4eecf4e2fc27785068846bdbb863ae8e838
parent5a9ac0df99158f870f6cebc781337652b419cca9 (diff)
downloadtor-95e617c8280f0454b97411b3675d664c2cbc23b6.tar
tor-95e617c8280f0454b97411b3675d664c2cbc23b6.tar.gz
whitespace fix
-rw-r--r--src/or/circuitbuild.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 9e11a0bb1..583ccff78 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -77,7 +77,6 @@ channel_connect_for_circuit(const tor_addr_t *addr, uint16_t port,
return chan;
}
-
/** Search for a value for circ_id that we can use on <b>chan</b> for an
* outbound circuit, until we get a circ_id that is not in use by any other
* circuit on that conn.