mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
clean whitespace
This commit is contained in:
parent
aa4be914f0
commit
efc8b2dbbf
2 changed files with 0 additions and 2 deletions
|
@ -4321,7 +4321,6 @@ connection_get_by_type_state_rendquery(int type, int state,
|
||||||
} \
|
} \
|
||||||
STMT_END
|
STMT_END
|
||||||
|
|
||||||
|
|
||||||
/** Return a directory connection (if any one exists) that is fetching
|
/** Return a directory connection (if any one exists) that is fetching
|
||||||
* the item described by <b>purpose</b>/<b>resource</b>, otherwise return NULL.
|
* the item described by <b>purpose</b>/<b>resource</b>, otherwise return NULL.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -722,7 +722,6 @@ test_conn_download_status(void *arg)
|
||||||
tt_assert(connection_dir_avoid_extra_connection_for_purpose(
|
tt_assert(connection_dir_avoid_extra_connection_for_purpose(
|
||||||
TEST_CONN_RSRC_PURPOSE) == 1);
|
TEST_CONN_RSRC_PURPOSE) == 1);
|
||||||
|
|
||||||
|
|
||||||
/* now try closing one that is downloading - it stays open */
|
/* now try closing one that is downloading - it stays open */
|
||||||
tt_assert(connection_dir_close_consensus_conn_if_extra(conn2) == 0);
|
tt_assert(connection_dir_close_consensus_conn_if_extra(conn2) == 0);
|
||||||
tt_assert(connection_dir_count_by_purpose_and_resource(
|
tt_assert(connection_dir_count_by_purpose_and_resource(
|
||||||
|
|
Loading…
Add table
Reference in a new issue