Commit 01f0dbba authored by Austin Clements's avatar Austin Clements

cmd/compile: gofmt

I don't know how this file wasn't gofmted.

Change-Id: I9b3765ae63970b7bc4dc87107f546e64a78e2830
Reviewed-on: https://go-review.googlesource.com/c/146497Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 4b05c01f
...@@ -81,7 +81,7 @@ func printObjHeader(bout *bio.Writer) { ...@@ -81,7 +81,7 @@ func printObjHeader(bout *bio.Writer) {
if localpkg.Name == "main" { if localpkg.Name == "main" {
fmt.Fprintf(bout, "main\n") fmt.Fprintf(bout, "main\n")
} }
fmt.Fprintf(bout, "\n") // header ends with blank line fmt.Fprintf(bout, "\n") // header ends with blank line
} }
func startArchiveEntry(bout *bio.Writer) int64 { func startArchiveEntry(bout *bio.Writer) int64 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment