mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
gofmt -s misc src
R=golang-dev, bradfitz, gri CC=golang-dev https://golang.org/cl/5451079
This commit is contained in:
parent
0dab624b70
commit
dcf1d7bc0e
30 changed files with 325 additions and 325 deletions
|
|
@ -1304,7 +1304,7 @@ func (c *typeConv) FuncType(dtype *dwarf.FuncType) *FuncType {
|
|||
var gr []*ast.Field
|
||||
if _, ok := dtype.ReturnType.(*dwarf.VoidType); !ok && dtype.ReturnType != nil {
|
||||
r = c.Type(dtype.ReturnType)
|
||||
gr = []*ast.Field{&ast.Field{Type: r.Go}}
|
||||
gr = []*ast.Field{{Type: r.Go}}
|
||||
}
|
||||
return &FuncType{
|
||||
Params: p,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue