diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2018-02-11 19:02:50 +0100 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2018-02-11 19:02:50 +0100 |
commit | 743364f647e8486d81a96ce8749d818b05668951 (patch) | |
tree | 5ba743262e2cc42c2ae967ed626eb8291e6f62d5 /uapi_darwin.go | |
parent | 73cb1a115569455566e7091ce8d98f31e4fdfddf (diff) |
Fixed tabs
Diffstat (limited to 'uapi_darwin.go')
-rw-r--r-- | uapi_darwin.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/uapi_darwin.go b/uapi_darwin.go index 63d4d8d..2850184 100644 --- a/uapi_darwin.go +++ b/uapi_darwin.go @@ -10,12 +10,12 @@ import ( ) const ( - ipcErrorIO = -int64(unix.EIO) - ipcErrorProtocol = -int64(unix.EPROTO) - ipcErrorInvalid = -int64(unix.EINVAL) - ipcErrorPortInUse = -int64(unix.EADDRINUSE) - socketDirectory = "/var/run/wireguard" - socketName = "%s.sock" + ipcErrorIO = -int64(unix.EIO) + ipcErrorProtocol = -int64(unix.EPROTO) + ipcErrorInvalid = -int64(unix.EINVAL) + ipcErrorPortInUse = -int64(unix.EADDRINUSE) + socketDirectory = "/var/run/wireguard" + socketName = "%s.sock" ) type UAPIListener struct { |