Whitespace fix.

This commit is contained in:
Nick Mathewson 2017-09-25 11:12:45 -04:00
parent 7bbc29b0f2
commit 581e2c8b2c

View file

@ -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: