From 743364f647e8486d81a96ce8749d818b05668951 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 11 Feb 2018 19:02:50 +0100 Subject: Fixed tabs --- uapi_darwin.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'uapi_darwin.go') 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 { -- cgit v1.2.3-59-g8ed1b