mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
I hear we are close to a release. Clean up the whitespace.
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -2551,3 +2551,4 @@ circuit_queue_streams_are_blocked(circuit_t *circ)
|
||||
return circ->streams_blocked_on_p_conn;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user