diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-09 11:50:25 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-06-09 11:50:25 +0000 |
commit | 9eeaeddbb1aa04248841890e244c4714f165522d (patch) | |
tree | bbc12338bf35d7b4890fdaf9076144f05f416adb /src/or/connection_edge.c | |
parent | 1e330e1947b750be12b217c944534f9284509751 (diff) | |
download | tor-9eeaeddbb1aa04248841890e244c4714f165522d.tar.gz tor-9eeaeddbb1aa04248841890e244c4714f165522d.zip |
Reduce make check-spaces noise
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index c9aced7eb3..799baa2acc 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1703,7 +1703,8 @@ connection_ap_handshake_rewrite_and_attach(entry_connection_t *conn, /* Fill in the rend_data field so we can start doing a connection to * a hidden service. */ rend_data_t *rend_data = ENTRY_TO_EDGE_CONN(conn)->rend_data = - rend_data_client_create(socks->address, NULL, (char *) cookie, auth_type); + rend_data_client_create(socks->address, NULL, (char *) cookie, + auth_type); if (rend_data == NULL) { return -1; } |