Skip to content

Commit

Permalink
internal/gocore: gofmt
Browse files Browse the repository at this point in the history
Change-Id: Ic9d19d9de46e2f0b380f6d74b0f904fefa61f5f6
GitHub-Last-Rev: 251997e
GitHub-Pull-Request: #14
Reviewed-on: https://go-review.googlesource.com/c/debug/+/426935
Reviewed-by: Keith Randall <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Keith Randall <[email protected]>
Reviewed-by: Keith Randall <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Auto-Submit: Keith Randall <[email protected]>
  • Loading branch information
Abirdcfly authored and gopherbot committed Aug 31, 2022
1 parent b54fa07 commit a55916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gocore/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (m *module) readFunc(r region, pctab region, funcnametab region) *Func {
// No entry.
f.funcdata = append(f.funcdata, 0)
} else {
f.funcdata = append(f.funcdata, core.Address(m.r.Field("gofunc").Uintptr() + uint64(off)))
f.funcdata = append(f.funcdata, core.Address(m.r.Field("gofunc").Uintptr()+uint64(off)))
}
a = a.Add(4)
} else {
Expand Down

0 comments on commit a55916e

Please sign in to comment.