Removed extra newline generated in the zconstants_windows_GOARCH.go file from the Windows constants generator.
This commit is contained in:
parent
1f94a68432
commit
ad1dbc7b39
|
@ -154,7 +154,7 @@ func main() {
|
|||
"%s" +
|
||||
"import \"C\"\n" +
|
||||
"func main() {\n" +
|
||||
" fmt.Println(%q)\n",
|
||||
" fmt.Print(%q)\n",
|
||||
preamble("main"), hacknamesPreamble(), preamble("ui"))
|
||||
for _, ident := range consts {
|
||||
if ident[0] == 'x' {
|
||||
|
|
Loading…
Reference in New Issue