aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_windows.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-07-23 11:45:48 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-23 11:45:48 +0200
commiteeeac287ef4e46a1fcd3d15a1f8942dc136ae601 (patch)
tree80919c474e8a79ff99c2747aeeabd1e43051e11a /tun/tun_windows.go
parentwintun: simplify resolution of dev node (diff)
downloadwireguard-go-eeeac287ef4e46a1fcd3d15a1f8942dc136ae601.tar.xz
wireguard-go-eeeac287ef4e46a1fcd3d15a1f8942dc136ae601.zip
tun: windows: style
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r--tun/tun_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go
index 01c5644..30518c6 100644
--- a/tun/tun_windows.go
+++ b/tun/tun_windows.go
@@ -104,7 +104,7 @@ func CreateTUNWithRequestedGUID(ifname string, requestedGUID *windows.GUID) (Dev
tun := &NativeTun{
wt: wt,
- handle: windows.InvalidHandle,
+ handle: windows.InvalidHandle,
events: make(chan Event, 10),
errors: make(chan error, 1),
forcedMTU: 1500,