whitespace fixes for proxytype switch block

pull/85/head
rofl0r 2015-06-13 20:32:15 +01:00
parent c6553c2cc5
commit 338b9ce4e3
1 changed files with 171 additions and 173 deletions

View File

@ -265,7 +265,6 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c
return SUCCESS;
}
break;
case SOCKS4_TYPE:{
buff[0] = 4; // socks version
buff[1] = 1; // connect command
@ -380,7 +379,6 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c
goto err;
switch (buff[3]) {
case 1:
len = 4;
break;