Merge pull request #52 from nicksavers/winfix

Add blank line after +build comment
This commit is contained in:
Jeffrey Wilcke
2014-09-24 21:36:37 +02:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
// +build !windows !cgo
package ethutil
import (
+2
View File
@@ -1,3 +1,5 @@
// +build windows, cgo
package ethutil
import (