aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/firewall
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-03 12:14:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-07 11:31:53 +0200
commitb52fab1a32ec7072cdee0d66e86657fe970b10a9 (patch)
tree784f8d7a02955d83a4b45a825247bd1a121d5fb4 /tunnel/firewall
parentbuild: remove .exe suffix from command invocations (diff)
downloadwireguard-windows-b52fab1a32ec7072cdee0d66e86657fe970b10a9.tar.xz
wireguard-windows-b52fab1a32ec7072cdee0d66e86657fe970b10a9.zip
tunnel: fix formatting
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/firewall')
-rw-r--r--tunnel/firewall/helpers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tunnel/firewall/helpers.go b/tunnel/firewall/helpers.go
index 79ab0d82..1c60558b 100644
--- a/tunnel/firewall/helpers.go
+++ b/tunnel/firewall/helpers.go
@@ -6,13 +6,13 @@
package firewall
import (
+ "crypto/rand"
"fmt"
"io"
"os"
"runtime"
"syscall"
"unsafe"
- "crypto/rand"
"golang.org/x/sys/windows"
)
@@ -148,4 +148,4 @@ func randGUID() (windows.GUID, error) {
return guid, io.ErrShortBuffer
}
return guid, nil
-} \ No newline at end of file
+}