mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Adjust EWMA patch to conform to whitespace style.
This commit is contained in:
parent
d3be00e0f4
commit
c43fee131d
@ -2379,7 +2379,6 @@ connection_handle_read(connection_t *conn)
|
||||
tor_gettimeofday_cache_clear();
|
||||
res = connection_handle_read_impl(conn);
|
||||
return res;
|
||||
|
||||
}
|
||||
|
||||
/** Pull in new bytes from conn-\>s or conn-\>linked_conn onto conn-\>inbuf,
|
||||
|
@ -1972,7 +1972,6 @@ connection_or_flush_from_first_active_circuit(or_connection_t *conn, int max,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (circ->n_conn == conn) {
|
||||
queue = &circ->n_conn_cells;
|
||||
streams_blocked = circ->streams_blocked_on_n_conn;
|
||||
|
Loading…
Reference in New Issue
Block a user