diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-16 15:43:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-16 15:44:14 -0400 |
commit | 01c6b01137df4339ca838332a3688ebd72834129 (patch) | |
tree | b8a9b4b5f84159a73f4f9c4017a1117d29c7be4b /src/or/circuitbuild.c | |
parent | 80b631844b051af16bd2bc96545ed14cfadb50ad (diff) | |
download | tor-01c6b01137df4339ca838332a3688ebd72834129.tar.gz tor-01c6b01137df4339ca838332a3688ebd72834129.zip |
I hear we are close to a release. Clean up the whitespace.
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 5567b246ab..ef1bab3206 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1752,7 +1752,8 @@ circuit_deliver_create_cell(circuit_t *circ, uint8_t cell_type, cell.circ_id = circ->n_circ_id; memcpy(cell.payload, payload, ONIONSKIN_CHALLENGE_LEN); - append_cell_to_circuit_queue(circ, circ->n_conn, &cell, CELL_DIRECTION_OUT, 0); + append_cell_to_circuit_queue(circ, circ->n_conn, &cell, + CELL_DIRECTION_OUT, 0); if (CIRCUIT_IS_ORIGIN(circ)) { /* mark it so it gets better rate limiting treatment. */ |