Explorar el Código

Whitespace fix.

Nick Mathewson hace 7 años
padre
commit
619771f60b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/or/rendservice.c

+ 2 - 2
src/or/rendservice.c

@@ -3175,8 +3175,8 @@ count_intro_point_circuits(const rend_service_t *service)
  */
  */
 STATIC ssize_t
 STATIC ssize_t
 encode_establish_intro_cell_legacy(char *cell_body_out,
 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 retval = -1;
   int r;
   int r;