diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2014-05-13 09:56:25 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2014-05-13 09:56:25 +0000 |
commit | 64212e10299951efedb5637d8a137b51172bba8a (patch) | |
tree | 632e6a71e003a57b0e7be36ea7ed7283518041ae /obfs4proxy | |
parent | 8daf42a13e3cfc92cfc68ac50bf9de2c20bcb823 (diff) |
Add vim modelines to some files (No functional changes).
Diffstat (limited to 'obfs4proxy')
-rw-r--r-- | obfs4proxy/obfs4proxy.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 54faabd..ece16af 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -416,3 +416,5 @@ func main() { } } } + +/* vim :set ts=4 sw=4 sts=4 noet : */ |