]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Apr 2014 16:34:23 +0000 (12:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Apr 2014 16:34:23 +0000 (12:34 -0400)
src/or/circuitbuild.c

index 9e11a0bb1ab12f59f8623ebb33b7c0d4afdc013a..583ccff786f784f7be329bea6f8abbf6e3e60268 100644 (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.