]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
I hear we are close to a release. Clean up the whitespace.
authorNick Mathewson <nickm@torproject.org>
Thu, 16 Sep 2010 19:43:00 +0000 (15:43 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Sep 2010 19:44:14 +0000 (15:44 -0400)
src/or/circuitbuild.c
src/or/relay.c

index 5567b246ab3385f5f44714944362199004e264a1..ef1bab32061b47fb7a9fd2c0a06051c8003a61a1 100644 (file)
@@ -1752,7 +1752,8 @@ circuit_deliver_create_cell(circuit_t *circ, uint8_t cell_type,
   cell.circ_id = circ->n_circ_id;
 
   memcpy(cell.payload, payload, ONIONSKIN_CHALLENGE_LEN);
-  append_cell_to_circuit_queue(circ, circ->n_conn, &cell, CELL_DIRECTION_OUT, 0);
+  append_cell_to_circuit_queue(circ, circ->n_conn, &cell,
+                               CELL_DIRECTION_OUT, 0);
 
   if (CIRCUIT_IS_ORIGIN(circ)) {
     /* mark it so it gets better rate limiting treatment. */
index f6f5d92fcba7e2bbcd33f3caffa016d7ff6eb245..b12cef4912bd9dc8ba284ed0f6fcffdfb6a3e377 100644 (file)
@@ -2551,3 +2551,4 @@ circuit_queue_streams_are_blocked(circuit_t *circ)
     return circ->streams_blocked_on_p_conn;
   }
 }
+