[or-cvs] [tor/master] I hear we are close to a release. Clean up the whitespace.
nickm at torproject.org
nickm at torproject.org
Thu Sep 16 19:40:57 UTC 2010
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu, 16 Sep 2010 15:43:00 -0400
Subject: I hear we are close to a release. Clean up the whitespace.
Commit: 01c6b01137df4339ca838332a3688ebd72834129
---
src/or/circuitbuild.c | 3 ++-
src/or/relay.c | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 5567b24..ef1bab3 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. */
diff --git a/src/or/relay.c b/src/or/relay.c
index f6f5d92..b12cef4 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -2551,3 +2551,4 @@ circuit_queue_streams_are_blocked(circuit_t *circ)
return circ->streams_blocked_on_p_conn;
}
}
+
--
1.7.1
More information about the tor-commits
mailing list