]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whitespace fix.
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Sep 2017 15:12:45 +0000 (11:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 Sep 2017 15:12:45 +0000 (11:12 -0400)
src/or/scheduler.c

index 4a3289030634dc9630f7989cca7a4e308fbc9cca..d98332530b9b683327bbf001e733513fd8fcee7f 100644 (file)
@@ -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: