summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_watch.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-12 11:20:19 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-12 11:20:19 -0600
commit8e49597e479f878b5e9aff6d738717eaa11c5cb7 (patch)
tree85eaef78b0218c6c29498dc5866c2f27dfa5f944 /src/nshd/hackers_git/hackers_watch.go
parente8199ec88c7ca8107c4fb9238e383a4a9eb981ee (diff)
gofmt, use make(chan) without a number argument where possible
Diffstat (limited to 'src/nshd/hackers_git/hackers_watch.go')
-rw-r--r--src/nshd/hackers_git/hackers_watch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/hackers_watch.go b/src/nshd/hackers_git/hackers_watch.go
index 0fa45c9..8559f88 100644
--- a/src/nshd/hackers_git/hackers_watch.go
+++ b/src/nshd/hackers_git/hackers_watch.go
@@ -192,7 +192,7 @@ Loop:
if event.Name == nil {
panic("recieved child event from inotify, but no child name")
}
- o.load_yaml_file(o.Cfg.Yamldir + "/" + *event.Name, true)
+ o.load_yaml_file(o.Cfg.Yamldir+"/"+*event.Name, true)
} else {
panic("recieved non-subscribed inotify event from kernel")
}