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" +
|
"%s" +
|
||||||
"import \"C\"\n" +
|
"import \"C\"\n" +
|
||||||
"func main() {\n" +
|
"func main() {\n" +
|
||||||
" fmt.Println(%q)\n",
|
" fmt.Print(%q)\n",
|
||||||
preamble("main"), hacknamesPreamble(), preamble("ui"))
|
preamble("main"), hacknamesPreamble(), preamble("ui"))
|
||||||
for _, ident := range consts {
|
for _, ident := range consts {
|
||||||
if ident[0] == 'x' {
|
if ident[0] == 'x' {
|
||||||
|
|
Loading…
Reference in New Issue