]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
wireguard-go-bridge: style
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Nov 2019 08:59:21 +0000 (09:59 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Nov 2019 08:59:21 +0000 (09:59 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
wireguard-go-bridge/api-ios.go

index c98e3d5b60edd758f385c27e1b988be120a47291..55e1b0daa99c08eea91defbd962792621047d66d 100644 (file)
@@ -165,6 +165,7 @@ func wgGetConfig(tunnelHandle int32) *C.char {
        writer.Flush()
        return C.CString(settings.String())
 }
+
 //export wgBumpSockets
 func wgBumpSockets(tunnelHandle int32) {
        device, ok := tunnelHandles[tunnelHandle]