]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add newline between hs_client_get_random_intro_from_edge() and hs_client_receive_intr...
authorNeel Chauhan <neel@neelc.org>
Fri, 5 Oct 2018 23:54:26 +0000 (19:54 -0400)
committerNeel Chauhan <neel@neelc.org>
Fri, 5 Oct 2018 23:54:26 +0000 (19:54 -0400)
src/feature/hs/hs_client.c

index 24365853cc539850f0781444c01a9042cd1f0808..31837c5a920e002aed258282e692e2eb66f3e1d6 100644 (file)
@@ -1731,6 +1731,7 @@ hs_client_get_random_intro_from_edge(const edge_connection_t *edge_conn)
     client_get_random_intro(&edge_conn->hs_ident->identity_pk) :
     rend_client_get_random_intro(edge_conn->rend_data);
 }
+
 /* Called when get an INTRODUCE_ACK cell on the introduction circuit circ.
  * Return 0 on success else a negative value is returned. The circuit will be
  * closed or reuse to extend again to another intro point. */