summaryrefslogtreecommitdiff
path: root/tun/tun.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun/tun.go')
-rw-r--r--tun/tun.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun.go b/tun/tun.go
index d9c3c15..3493b48 100644
--- a/tun/tun.go
+++ b/tun/tun.go
@@ -38,4 +38,4 @@ func (tun *nativeTun) operateOnFd(fn func(fd uintptr)) {
if err != nil {
tun.errors <- fmt.Errorf("unable to control sysconn for tunfile: %s", err.Error())
}
-} \ No newline at end of file
+}