From: Jason A. Donenfeld Date: Tue, 23 Jul 2019 09:45:48 +0000 (+0200) Subject: tun: windows: style X-Git-Tag: 0.0.20190805~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeeac287ef4e46a1fcd3d15a1f8942dc136ae601;p=thirdparty%2Fwireguard-go.git tun: windows: style --- 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,