mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Whitespace fix.
This commit is contained in:
parent
7bbc29b0f2
commit
581e2c8b2c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ STATIC struct event *run_sched_ev = NULL;
|
||||||
static const char *
|
static const char *
|
||||||
get_scheduler_type_string(scheduler_types_t type)
|
get_scheduler_type_string(scheduler_types_t type)
|
||||||
{
|
{
|
||||||
switch(type) {
|
switch (type) {
|
||||||
case SCHEDULER_VANILLA:
|
case SCHEDULER_VANILLA:
|
||||||
return "Vanilla";
|
return "Vanilla";
|
||||||
case SCHEDULER_KIST:
|
case SCHEDULER_KIST:
|
||||||
|
|
Loading…
Add table
Reference in a new issue