Procházet zdrojové kódy

I hear we are close to a release. Clean up the whitespace.

Nick Mathewson před 15 roky
rodič
revize
01c6b01137
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 2 1
      src/or/circuitbuild.c
  2. 1 0
      src/or/relay.c

+ 2 - 1
src/or/circuitbuild.c

@@ -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. */

+ 1 - 0
src/or/relay.c

@@ -2551,3 +2551,4 @@ circuit_queue_streams_are_blocked(circuit_t *circ)
     return circ->streams_blocked_on_p_conn;
   }
 }
+