From 7d7d50c2873621b1f01c8ad4484bb2283a1a9554 Mon Sep 17 00:00:00 2001 From: Markus Moeller Date: Sun, 12 Jan 2020 21:19:40 +0000 Subject: [PATCH] Fix more whitespaces --- src/upstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upstream.c b/src/upstream.c index 29a034f..855176e 100644 --- a/src/upstream.c +++ b/src/upstream.c @@ -147,7 +147,7 @@ static char *get_hostip (int *lookup_err, char *host, in_addr_t ip, const char * proxy_type_name(proxy_type type) { - switch (type) { + switch(type) { case PT_NONE: return "none"; case PT_HTTP: return "http"; case PT_SOCKS4: return "socks4";