]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix check-spaces and a weird copyright.
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Sep 2017 16:20:26 +0000 (12:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Sep 2017 16:20:26 +0000 (12:20 -0400)
src/or/scheduler.c

index cc01611226e147600aadc178a10156039f5261ab..720bc80b48b960b59e74fd038de7efad4d15fc56 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2017, The Tor Project, Inc. */
+/* Copyright (c) 2013-2017, The Tor Project, Inc. */
 /* See LICENSE for licensing information */
 
 #include "or.h"
@@ -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: