Browse Source

format code

V2Ray 10 năm trước cách đây
mục cha
commit
4ac3eab385
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      proxy/socks/socks.go

+ 1 - 1
proxy/socks/socks.go

@@ -150,7 +150,7 @@ func (server *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.W
 		return UnsupportedSocksCommand
 	}
 
-  response := protocol.NewSocks5Response()
+	response := protocol.NewSocks5Response()
 	response.Error = protocol.ErrorSuccess
 
 	// Some SOCKS software requires a value other than dest. Let's fake one: