mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
gofmt: apply gofmt -w -s src misc
Preparation for forthcoming CL 6624051: Will make it easier to see if/what changes are incurred by it. The alignment changes in this CL are due to CL 6610051 (fix to alignment heuristic) where it appears that an old version of gofmt was run (and thus the correct alignment updates were not done). R=r CC=golang-dev https://golang.org/cl/6639044
This commit is contained in:
parent
32316bba5b
commit
af79568fde
7 changed files with 4177 additions and 4177 deletions
|
|
@ -764,8 +764,8 @@ func (p *Package) gccCmd() []string {
|
|||
"-o" + gccTmp(), // write object to tmp
|
||||
"-gdwarf-2", // generate DWARF v2 debugging symbols
|
||||
"-fno-eliminate-unused-debug-types", // gets rid of e.g. untyped enum otherwise
|
||||
"-c", // do not link
|
||||
"-xc", // input language is C
|
||||
"-c", // do not link
|
||||
"-xc", // input language is C
|
||||
}
|
||||
c = append(c, p.GccOptions...)
|
||||
c = append(c, p.gccMachine()...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue