Skip to content
Snippets Groups Projects
Commit 22e2c3bf authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix check-spaces and a weird copyright.

parent 230a3367
No related branches found
No related tags found
No related merge requests found
/* * 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment