Commit 01c6b011 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

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

parent 80b63184
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -2551,3 +2551,4 @@ circuit_queue_streams_are_blocked(circuit_t *circ)
    return circ->streams_blocked_on_p_conn;
  }
}