summaryrefslogtreecommitdiff
path: root/packet.go
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2014-05-13 09:56:25 +0000
committerYawning Angel <yawning@schwanenlied.me>2014-05-13 09:56:25 +0000
commit64212e10299951efedb5637d8a137b51172bba8a (patch)
tree632e6a71e003a57b0e7be36ea7ed7283518041ae /packet.go
parent8daf42a13e3cfc92cfc68ac50bf9de2c20bcb823 (diff)
Add vim modelines to some files (No functional changes).
Diffstat (limited to 'packet.go')
-rw-r--r--packet.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/packet.go b/packet.go
index 7bf4a6c..756ee7a 100644
--- a/packet.go
+++ b/packet.go
@@ -125,3 +125,5 @@ func (c *Obfs4Conn) decodePacket(pkt []byte) error {
return nil
}
+
+/* vim :set ts=4 sw=4 sts=4 noet : */