mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Function declaration whitespace
This commit is contained in:
parent
67793b615b
commit
265b8e8645
@ -382,7 +382,9 @@ get_scheduler_state_string(int scheduler_state)
|
|||||||
|
|
||||||
/** Helper that logs channel scheduler_state changes. Use this instead of
|
/** Helper that logs channel scheduler_state changes. Use this instead of
|
||||||
* setting scheduler_state directly. */
|
* setting scheduler_state directly. */
|
||||||
void scheduler_set_channel_state(channel_t *chan, int new_state){
|
void
|
||||||
|
scheduler_set_channel_state(channel_t *chan, int new_state)
|
||||||
|
{
|
||||||
log_debug(LD_SCHED, "chan %" PRIu64 " changed from scheduler state %s to %s",
|
log_debug(LD_SCHED, "chan %" PRIu64 " changed from scheduler state %s to %s",
|
||||||
chan->global_identifier,
|
chan->global_identifier,
|
||||||
get_scheduler_state_string(chan->scheduler_state),
|
get_scheduler_state_string(chan->scheduler_state),
|
||||||
|
Loading…
Reference in New Issue
Block a user