diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-06 23:00:15 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-06-06 23:00:15 +0200 |
commit | eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a (patch) | |
tree | 09d1831e80468dd1703c174784d19c8697538fd7 /ipc | |
parent | 6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e (diff) |
global: fixup TODO comment spacing
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/uapi_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |