aboutsummaryrefslogtreecommitdiffstats
path: root/tun/tun_darwin.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 23:00:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 23:00:15 +0200
commiteaf17becfa70c31bcfb6f195e8d68cb5b720ec4a (patch)
tree09d1831e80468dd1703c174784d19c8697538fd7 /tun/tun_darwin.go
parentwintun: guid functions are upstream (diff)
downloadwireguard-go-eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a.tar.xz
wireguard-go-eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a.zip
global: fixup TODO comment spacing
Diffstat (limited to 'tun/tun_darwin.go')
-rw-r--r--tun/tun_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go
index f7cf8e8..8cd22a8 100644
--- a/tun/tun_darwin.go
+++ b/tun/tun_darwin.go
@@ -286,7 +286,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) {
}
func (tun *NativeTun) Flush() error {
- //TODO: can flushing be implemented by buffering and using sendmmsg?
+ // TODO: can flushing be implemented by buffering and using sendmmsg?
return nil
}