mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix some dubious indentation
This commit is contained in:
parent
991aeeccb1
commit
26651d7fdb
@ -2430,9 +2430,10 @@ channel_flush_some_cells_from_outgoing_queue(channel_t *chan,
|
|||||||
/* Finally, free q */
|
/* Finally, free q */
|
||||||
cell_queue_entry_free(q, handed_off);
|
cell_queue_entry_free(q, handed_off);
|
||||||
q = NULL;
|
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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user