[Pkg-privacy-commits] [obfs4proxy] 19/151: Add vim modelines to some files (No functional changes).
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:59:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfs4proxy.
commit 64212e10299951efedb5637d8a137b51172bba8a
Author: Yawning Angel <yawning at schwanenlied.me>
Date: Tue May 13 09:56:25 2014 +0000
Add vim modelines to some files (No functional changes).
---
obfs4.go | 2 ++
obfs4proxy/obfs4proxy.go | 2 ++
packet.go | 2 ++
utils.go | 2 ++
weighted_dist.go | 2 ++
5 files changed, 10 insertions(+)
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 : */
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 : */
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 : */
diff --git a/utils.go b/utils.go
index 600a925..51d99d8 100644
--- a/utils.go
+++ b/utils.go
@@ -65,3 +65,5 @@ func randRange(min, max int) int {
ret := csRandInstance.Intn(r)
return ret + min
}
+
+/* vim :set ts=4 sw=4 sts=4 noet : */
diff --git a/weighted_dist.go b/weighted_dist.go
index e1cc381..b165869 100644
--- a/weighted_dist.go
+++ b/weighted_dist.go
@@ -153,3 +153,5 @@ func (w *wDist) reset(seed []byte) error {
return nil
}
+
+/* vim :set ts=4 sw=4 sts=4 noet : */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git
More information about the Pkg-privacy-commits
mailing list