aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-16 15:18:02 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-16 15:18:02 -0400
commitdd362b52f35a1654969a96082372ee25a9710002 (patch)
treefad86e9b2243637027f675d43687b954971db2a4 /src/or
parent205084631257751b655c5bf33a1f290e2741bf27 (diff)
downloadtor-dd362b52f35a1654969a96082372ee25a9710002.tar
tor-dd362b52f35a1654969a96082372ee25a9710002.tar.gz
whitespace fixes
Diffstat (limited to 'src/or')
-rw-r--r--src/or/circuitlist.c1
-rw-r--r--src/or/circuitmux.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index a2dd07fbe..f3a83503e 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -1122,7 +1122,6 @@ circuit_id_when_marked_unusable_on_channel(circid_t circ_id, channel_t *chan)
return found->made_placeholder_at;
}
-
/** Return the circuit that a given edge connection is using. */
circuit_t *
circuit_get_by_edge_conn(edge_connection_t *conn)
diff --git a/src/or/circuitmux.c b/src/or/circuitmux.c
index 563166eb4..55580d5c2 100644
--- a/src/or/circuitmux.c
+++ b/src/or/circuitmux.c
@@ -1944,3 +1944,4 @@ circuitmux_count_queued_destroy_cells(const channel_t *chan,
return n_destroy_cells;
}
+