From: Nick Mathewson Date: Mon, 2 Jan 2017 17:13:11 +0000 (-0500) Subject: Fix some dubious indentation X-Git-Tag: tor-0.3.0.2-alpha~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26651d7fdb4f1a2b891d6e16fd72b8183ec75ff0;p=thirdparty%2Ftor.git Fix some dubious indentation --- diff --git a/src/or/channel.c b/src/or/channel.c index 2951a1d665..49ae4cf884 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -2430,9 +2430,10 @@ channel_flush_some_cells_from_outgoing_queue(channel_t *chan, /* Finally, free q */ cell_queue_entry_free(q, handed_off); q = NULL; + } else { + /* No cell removed from list, so we can't go on any further */ + break; } - /* No cell removed from list, so we can't go on any further */ - else break; } } }