From d78b30607acf57aa050a7af5719a90a6aa1ee8be Mon Sep 17 00:00:00 2001 From: bronze1man Date: Mon, 18 Nov 2013 22:37:22 +0800 Subject: [PATCH] gofmyt --- fsnotify_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsnotify_linux.go b/fsnotify_linux.go index 7ad3aa4..79b0ec5 100644 --- a/fsnotify_linux.go +++ b/fsnotify_linux.go @@ -214,7 +214,7 @@ func (w *Watcher) readEvents() { default: } - n, errno = syscall.Read(w.fd, buf[0:]) + n, errno = syscall.Read(w.fd, buf[0:]) // If EOF is received if n == 0 { -- 2.50.1