Fix more whitespaces

This commit is contained in:
Markus Moeller 2020-01-12 21:19:40 +00:00
parent 401a11afb7
commit 7d7d50c287

View File

@ -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";