From 8fa8ebf834d2027cc598d68f46e0855b94ad63a1 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Fri, 16 Dec 2011 15:52:30 +1100 Subject: [PATCH] go/build: make sure syslist.go is gofmted R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5490051 --- src/pkg/go/build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/go/build/Makefile b/src/pkg/go/build/Makefile index 1a18e00b88..68c731749a 100644 --- a/src/pkg/go/build/Makefile +++ b/src/pkg/go/build/Makefile @@ -18,5 +18,6 @@ include ../../../Make.pkg syslist.go: ../../../Make.inc Makefile echo '// Generated automatically by make.' >$@ echo 'package build' >>$@ + echo >>$@ echo 'const goosList = "$(GOOS_LIST)"' >>$@ echo 'const goarchList = "$(GOARCH_LIST)"' >>$@ -- 2.48.1