From eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 6 Jun 2019 23:00:15 +0200 Subject: global: fixup TODO comment spacing --- ipc/uapi_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') diff --git a/ipc/uapi_windows.go b/ipc/uapi_windows.go index 981c7b9..32d5524 100644 --- a/ipc/uapi_windows.go +++ b/ipc/uapi_windows.go @@ -11,7 +11,7 @@ import ( "golang.zx2c4.com/wireguard/ipc/winpipe" ) -//TODO: replace these with actual standard windows error numbers from the win package +// TODO: replace these with actual standard windows error numbers from the win package const ( IpcErrorIO = -int64(5) IpcErrorProtocol = -int64(71) -- cgit v1.2.3