From: Nick Mathewson Date: Wed, 26 Oct 2016 12:39:04 +0000 (-0400) Subject: Whitespace fixes X-Git-Tag: tor-0.3.0.1-alpha~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b8af9dc0389e8a3d1779e883b999240dec3a2b;p=thirdparty%2Ftor.git Whitespace fixes --- diff --git a/src/or/scheduler.c b/src/or/scheduler.c index ae2e950b00..033e6d119c 100644 --- a/src/or/scheduler.c +++ b/src/or/scheduler.c @@ -35,8 +35,8 @@ static uint32_t sched_max_flush_cells = 16; * This module implements a scheduler algorithm, to decide * which channels should send/receive when. * - * The earliest versions of Tor approximated a kind of round-robin system among - * active connections, but only approximated it. + * The earliest versions of Tor approximated a kind of round-robin system + * among active connections, but only approximated it. * * Now, write scheduling works by keeping track of which channels can * accept cells, and have cells to write. From the scheduler's perspective, @@ -44,9 +44,9 @@ static uint32_t sched_max_flush_cells = 16; * *
    *
  1. - * Not open for writes, no cells to send . - *
    • Not much to do here, and the channel will have scheduler_state == - * SCHED_CHAN_IDLE + * Not open for writes, no cells to send. + *
      • Not much to do here, and the channel will have scheduler_state + * == SCHED_CHAN_IDLE *
      • Transitions from: *
          *
        • Open for writes/has cells by simultaneously draining all circuit @@ -63,9 +63,9 @@ static uint32_t sched_max_flush_cells = 16; * *
        • Open for writes, no cells to send *
            - *
          • Not much here either; this will be the state an idle but open channel - * can be expected to settle in. It will have scheduler_state == - * SCHED_CHAN_WAITING_FOR_CELLS + *
          • Not much here either; this will be the state an idle but open + * channel can be expected to settle in. It will have scheduler_state + * == SCHED_CHAN_WAITING_FOR_CELLS *
          • Transitions from: *
              *
            • Not open for writes/no cells by flushing some of the output