tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 22e2c3bf7db7f4112e100c4c0529c400f67f09f0
parent 230a33679814f3074c0ba43e42dc7b38b5342c10
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 22 Sep 2017 12:20:26 -0400

Fix check-spaces and a weird copyright.

Diffstat:
Msrc/or/scheduler.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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: