I hear we are close to a release. Clean up the whitespace.

This commit is contained in:
Nick Mathewson 2010-09-16 15:43:00 -04:00
parent 80b631844b
commit 01c6b01137
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -2551,3 +2551,4 @@ circuit_queue_streams_are_blocked(circuit_t *circ)
return circ->streams_blocked_on_p_conn;
}
}