[tor-commits] [tor/master] Fix check-spaces and a weird copyright.

nickm at torproject.org nickm at torproject.org
Fri Sep 22 16:20:29 UTC 2017


commit 22e2c3bf7db7f4112e100c4c0529c400f67f09f0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Sep 22 12:20:26 2017 -0400

    Fix check-spaces and a weird copyright.
---
 src/or/scheduler.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/scheduler.c b/src/or/scheduler.c
index cc0161122..720bc80b4 100644
--- a/src/or/scheduler.c
+++ b/src/or/scheduler.c
@@ -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:



More information about the tor-commits mailing list