summaryrefslogtreecommitdiff
path: root/utils.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 /utils.go
parent8daf42a13e3cfc92cfc68ac50bf9de2c20bcb823 (diff)
Add vim modelines to some files (No functional changes).
Diffstat (limited to 'utils.go')
-rw-r--r--utils.go2
1 files changed, 2 insertions, 0 deletions
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 : */