[or-cvs] r17650: {tor} Whitespace fix. (tor/trunk/src/or)
nickm at seul.org
nickm at seul.org
Wed Dec 17 17:20:37 UTC 2008
Author: nickm
Date: 2008-12-17 12:20:36 -0500 (Wed, 17 Dec 2008)
New Revision: 17650
Modified:
tor/trunk/src/or/relay.c
Log:
Whitespace fix.
Modified: tor/trunk/src/or/relay.c
===================================================================
--- tor/trunk/src/or/relay.c 2008-12-17 17:20:31 UTC (rev 17649)
+++ tor/trunk/src/or/relay.c 2008-12-17 17:20:36 UTC (rev 17650)
@@ -16,8 +16,9 @@
#include "or.h"
#include "mempool.h"
-static int relay_crypt(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
- crypt_path_t **layer_hint, char *recognized);
+static int relay_crypt(circuit_t *circ, cell_t *cell,
+ cell_direction_t cell_direction,
+ crypt_path_t **layer_hint, char *recognized);
static edge_connection_t *relay_lookup_conn(circuit_t *circ, cell_t *cell,
cell_direction_t cell_direction,
crypt_path_t *layer_hint);
@@ -380,8 +381,8 @@
* attached to circ, return that conn, else return NULL.
*/
static edge_connection_t *
-relay_lookup_conn(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
- crypt_path_t *layer_hint)
+relay_lookup_conn(circuit_t *circ, cell_t *cell,
+ cell_direction_t cell_direction, crypt_path_t *layer_hint)
{
edge_connection_t *tmpconn;
relay_header_t rh;
More information about the tor-commits
mailing list