]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace fix.
authorNick Mathewson <nickm@torproject.org>
Wed, 17 Dec 2008 17:20:36 +0000 (17:20 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 17 Dec 2008 17:20:36 +0000 (17:20 +0000)
svn:r17650

src/or/relay.c

index 4ebfc12cbbbcd92ebf9252aab7c99860663cc58c..341f71f3de608c2c21b63bee28d9da054659ffd1 100644 (file)
@@ -16,8 +16,9 @@ const char relay_c_id[] =
 #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 @@ circuit_package_relay_cell(cell_t *cell, circuit_t *circ,
  * 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;