From: Nick Mathewson Date: Fri, 22 Sep 2017 16:20:26 +0000 (-0400) Subject: Fix check-spaces and a weird copyright. X-Git-Tag: tor-0.3.2.2-alpha~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22e2c3bf7db7f4112e100c4c0529c400f67f09f0;p=thirdparty%2Ftor.git Fix check-spaces and a weird copyright. --- diff --git a/src/or/scheduler.c b/src/or/scheduler.c index cc01611226..720bc80b48 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: