Adjust EWMA patch to conform to whitespace style.

This commit is contained in:
Nick Mathewson 2009-12-10 11:15:23 -05:00
parent d3be00e0f4
commit c43fee131d
2 changed files with 8 additions and 10 deletions

View File

@ -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,

View File

@ -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;