aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/storewatcher_windows.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 11:33:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 11:33:51 +0200
commit6199af0e8b8e4cc79a4d37a6c97aa1daf661839f (patch)
tree80a3f0465b6eca0458087c29feb93101bced4342 /conf/storewatcher_windows.go
parentbuild: we no longer use security attributes (diff)
downloadwireguard-windows-6199af0e8b8e4cc79a4d37a6c97aa1daf661839f.tar.xz
wireguard-windows-6199af0e8b8e4cc79a4d37a6c97aa1daf661839f.zip
global: use tab after //sys
Diffstat (limited to 'conf/storewatcher_windows.go')
-rw-r--r--conf/storewatcher_windows.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/storewatcher_windows.go b/conf/storewatcher_windows.go
index 26e94cd2..f5cbb553 100644
--- a/conf/storewatcher_windows.go
+++ b/conf/storewatcher_windows.go
@@ -22,8 +22,8 @@ const (
fncSECURITY uint32 = 0x00000100
)
-//sys findFirstChangeNotification(path *uint16, watchSubtree bool, filter uint32) (handle windows.Handle, err error) = kernel32.FindFirstChangeNotificationW
-//sys findNextChangeNotification(handle windows.Handle) (err error) = kernel32.FindNextChangeNotification
+//sys findFirstChangeNotification(path *uint16, watchSubtree bool, filter uint32) (handle windows.Handle, err error) = kernel32.FindFirstChangeNotificationW
+//sys findNextChangeNotification(handle windows.Handle) (err error) = kernel32.FindNextChangeNotification
var haveStartedWatchingConfigDir bool