From a78c7464b1c7790fb43fa0f3e0bd15b057f9c31e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 May 2019 11:33:51 +0200 Subject: global: use tab after //sys Signed-off-by: Jason A. Donenfeld --- service/tunneltracker.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/tunneltracker.go') diff --git a/service/tunneltracker.go b/service/tunneltracker.go index e0f5414a..313be830 100644 --- a/service/tunneltracker.go +++ b/service/tunneltracker.go @@ -19,8 +19,8 @@ import ( "golang.zx2c4.com/wireguard/windows/conf" ) -//sys notifyServiceStatusChange(service windows.Handle, notifyMask uint32, notifier *SERVICE_NOTIFY) (ret error) = advapi32.NotifyServiceStatusChangeW -//sys sleepEx(milliseconds uint32, alertable bool) (ret uint32) = kernel32.SleepEx +//sys notifyServiceStatusChange(service windows.Handle, notifyMask uint32, notifier *SERVICE_NOTIFY) (ret error) = advapi32.NotifyServiceStatusChangeW +//sys sleepEx(milliseconds uint32, alertable bool) (ret uint32) = kernel32.SleepEx const ( SERVICE_NOTIFY_STATUS_CHANGE = 2 -- cgit v1.2.3-59-g8ed1b