aboutsummaryrefslogtreecommitdiffstats
path: root/uapi_darwin.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2018-02-11 19:02:50 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2018-02-11 19:02:50 +0100
commit743364f647e8486d81a96ce8749d818b05668951 (patch)
tree5ba743262e2cc42c2ae967ed626eb8291e6f62d5 /uapi_darwin.go
parentReverted event changes (diff)
downloadwireguard-go-743364f647e8486d81a96ce8749d818b05668951.tar.xz
wireguard-go-743364f647e8486d81a96ce8749d818b05668951.zip
Fixed tabs
Diffstat (limited to 'uapi_darwin.go')
-rw-r--r--uapi_darwin.go12
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 {