aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-11 14:53:17 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-16 15:07:47 -0500
commit5579bc0eafc7ef426922e23340a5f885f8e8d4e9 (patch)
tree7e234f80696dd17f212afba95b75e81a632bd03e /src/or/control.c
parent9c29369a04cdf47bd882579331577d82305bf785 (diff)
downloadtor-5579bc0eafc7ef426922e23340a5f885f8e8d4e9.tar
tor-5579bc0eafc7ef426922e23340a5f885f8e8d4e9.tar.gz
whitespace fixes
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 2548a5c20..1d2d8dd39 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -1815,7 +1815,6 @@ circuit_describe_status_for_controller(origin_circuit_t *circ)
if (circ->rend_data != NULL) {
smartlist_add_asprintf(descparts, "REND_QUERY=%s",
circ->rend_data->onion_address);
-
}
{