From: Nick Mathewson Date: Fri, 24 Feb 2017 16:37:33 +0000 (-0500) Subject: Whitespace fix. X-Git-Tag: tor-0.3.0.4-rc~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=619771f60bde6b69eeaad4efbd844705ec5bcb83;p=thirdparty%2Ftor.git Whitespace fix. --- diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 522f33e5bb..cb87624df5 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;