whitespace fix

This commit is contained in:
Nick Mathewson 2014-04-24 12:34:23 -04:00
parent 5a9ac0df99
commit 95e617c828

View File

@ -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.