tun: windows: style

This commit is contained in:
Jason A. Donenfeld 2019-07-23 11:45:48 +02:00
parent b5a7cbf069
commit eeeac287ef

View file

@ -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,