[tor-commits] [tor/master] clean whitespace
nickm at torproject.org
nickm at torproject.org
Tue Dec 15 18:22:44 UTC 2015
commit efc8b2dbbfa0659405edb1e388f1f84cb8023425
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Dec 15 13:22:41 2015 -0500
clean whitespace
---
src/or/connection.c | 1 -
src/test/test_connection.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/or/connection.c b/src/or/connection.c
index 7df02b5..d6e5fcb 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -4321,7 +4321,6 @@ connection_get_by_type_state_rendquery(int type, int state,
} \
STMT_END
-
/** Return a directory connection (if any one exists) that is fetching
* the item described by <b>purpose</b>/<b>resource</b>, otherwise return NULL.
*/
diff --git a/src/test/test_connection.c b/src/test/test_connection.c
index bbd3452..7e466a9 100644
--- a/src/test/test_connection.c
+++ b/src/test/test_connection.c
@@ -722,7 +722,6 @@ test_conn_download_status(void *arg)
tt_assert(connection_dir_avoid_extra_connection_for_purpose(
TEST_CONN_RSRC_PURPOSE) == 1);
-
/* 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_count_by_purpose_and_resource(
More information about the tor-commits
mailing list