Explorar el Código

Whitespace fix.

Nick Mathewson hace 6 años
padre
commit
581e2c8b2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/scheduler.c

+ 1 - 1
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: