Removed extra newline generated in the zconstants_windows_GOARCH.go file from the Windows constants generator.

This commit is contained in:
Pietro Gagliardi 2014-05-25 14:05:23 -04:00
parent 1f94a68432
commit ad1dbc7b39
1 changed files with 1 additions and 1 deletions

View File

@ -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' {