summaryrefslogtreecommitdiff
path: root/obfs4proxy/proxy_socks4.go
diff options
context:
space:
mode:
Diffstat (limited to 'obfs4proxy/proxy_socks4.go')
-rw-r--r--obfs4proxy/proxy_socks4.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/obfs4proxy/proxy_socks4.go b/obfs4proxy/proxy_socks4.go
index 95cc7b6..9d6bd4d 100644
--- a/obfs4proxy/proxy_socks4.go
+++ b/obfs4proxy/proxy_socks4.go
@@ -162,5 +162,3 @@ func init() {
// Despite the scheme name, this really is SOCKS4.
proxy.RegisterDialerType("socks4a", newSOCKS4)
}
-
-/* vim :set ts=4 sw=4 sts=4 noet : */