]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: gofmt
authorAustin Clements <austin@google.com>
Thu, 1 Nov 2018 00:46:57 +0000 (20:46 -0400)
committerAustin Clements <austin@google.com>
Thu, 1 Nov 2018 00:54:46 +0000 (00:54 +0000)
I don't know how this file wasn't gofmted.

Change-Id: I9b3765ae63970b7bc4dc87107f546e64a78e2830
Reviewed-on: https://go-review.googlesource.com/c/146497
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/obj.go

index 5976cffd06375ea7bb6202aef4b6a42e1c57b5bb..a9dd092b6701841d0e1b9c93e1e59fe5dd9589ab 100644 (file)
@@ -81,7 +81,7 @@ func printObjHeader(bout *bio.Writer) {
        if localpkg.Name == "main" {
                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 {