summaryrefslogtreecommitdiff
path: root/obfs4.go
diff options
context:
space:
mode:
Diffstat (limited to 'obfs4.go')
-rw-r--r--obfs4.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/obfs4.go b/obfs4.go
index cd6f75d..3cb464e 100644
--- a/obfs4.go
+++ b/obfs4.go
@@ -509,3 +509,5 @@ func Listen(network, laddr, nodeID, privateKey string) (net.Listener, error) {
return l, nil
}
+
+/* vim :set ts=4 sw=4 sts=4 noet : */