]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
tun: windows: style
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 23 Jul 2019 09:45:48 +0000 (11:45 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 23 Jul 2019 09:45:48 +0000 (11:45 +0200)
tun/tun_windows.go

index 01c56445e5994fb559ed74d20a72444b48e9c9b1..30518c691f3270f106b556d565bffaf9a1611bc4 100644 (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,