diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-05 02:48:21 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-05 02:48:21 +0200 |
commit | 142e53f69827e6778d809d9606bb7cd4e77694a2 (patch) | |
tree | 1cc55aef84a6768f427cc393b4387285d58f0402 /uapi_darwin.go | |
parent | 4a177de09c067ffb94c05f0859d10f78961bd3b4 (diff) |
Style
Diffstat (limited to 'uapi_darwin.go')
-rw-r--r-- | uapi_darwin.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uapi_darwin.go b/uapi_darwin.go index 69b0e3d..449fb98 100644 --- a/uapi_darwin.go +++ b/uapi_darwin.go @@ -94,9 +94,9 @@ func UAPIListen(name string, file *os.File) (net.Listener, error) { go func(l *UAPIListener) { event := unix.Kevent_t{ - Ident: uint64(uapi.keventFd), + Ident: uint64(uapi.keventFd), Filter: unix.EVFILT_VNODE, - Flags: unix.EV_ADD | unix.EV_ENABLE | unix.EV_ONESHOT, + Flags: unix.EV_ADD | unix.EV_ENABLE | unix.EV_ONESHOT, Fflags: unix.NOTE_WRITE, } events := make([]unix.Kevent_t, 1) |