[tor-commits] [tor/release-0.3.0] Whitespace fix.

nickm at torproject.org nickm at torproject.org
Mon Feb 27 13:38:50 UTC 2017


commit 619771f60bde6b69eeaad4efbd844705ec5bcb83
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Feb 24 11:37:33 2017 -0500

    Whitespace fix.
---
 src/or/rendservice.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 522f33e..cb87624 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -3175,8 +3175,8 @@ count_intro_point_circuits(const rend_service_t *service)
  */
 STATIC ssize_t
 encode_establish_intro_cell_legacy(char *cell_body_out,
-                                   size_t cell_body_out_len,
-                                   crypto_pk_t *intro_key, char *rend_circ_nonce)
+                                 size_t cell_body_out_len,
+                                 crypto_pk_t *intro_key, char *rend_circ_nonce)
 {
   int retval = -1;
   int r;





More information about the tor-commits mailing list