mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Whitespace fix.
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ STATIC struct event *run_sched_ev = NULL;
|
||||
static const char *
|
||||
get_scheduler_type_string(scheduler_types_t type)
|
||||
{
|
||||
switch(type) {
|
||||
switch (type) {
|
||||
case SCHEDULER_VANILLA:
|
||||
return "Vanilla";
|
||||
case SCHEDULER_KIST:
|
||||
|
||||
Reference in New Issue
Block a user