]> Cypherpunks.ru repositories - govpn.git/commitdiff
go vet advises to add blank line
authorSergey Matveev <stargrave@stargrave.org>
Sat, 10 Jan 2015 17:30:04 +0000 (20:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 10 Jan 2015 17:30:04 +0000 (20:30 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
tap_freebsd.go
tap_linux.go

index d4b45e6fe111c7a4de39396025a9665af506d898..a9d6ab37d86ec7e63db26879ce8d567d88f4a821 100644 (file)
@@ -1,4 +1,5 @@
 // +build freebsd
+
 /*
 govpn -- high-performance secure virtual private network daemon
 Copyright (C) 2014 Sergey Matveev <stargrave@stargrave.org>
index 90ece189583d020c9441dd1256de6b47e9a6d3d2..663d96e8b0e295cfd9815e845842d53bb08eb89b 100644 (file)
@@ -1,4 +1,5 @@
 // +build linux
+
 /*
 govpn -- high-performance secure virtual private network daemon
 Copyright (C) 2014 Sergey Matveev <stargrave@stargrave.org>