commit 581e2c8b2c2976d3272d35957c1085514d446b44
parent 7bbc29b0f27581b77a16c97e5125d60150447591
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 25 Sep 2017 11:12:45 -0400
Whitespace fix.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/scheduler.c b/src/or/scheduler.c
@@ -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: