Skip to content

Commit a55916e

Browse files
Abirdcflygopherbot
authored andcommitted
internal/gocore: gofmt
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 <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Keith Randall <khr@golang.org>
1 parent b54fa07 commit a55916e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gocore/module.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (m *module) readFunc(r region, pctab region, funcnametab region) *Func {
130130
// No entry.
131131
f.funcdata = append(f.funcdata, 0)
132132
} else {
133-
f.funcdata = append(f.funcdata, core.Address(m.r.Field("gofunc").Uintptr() + uint64(off)))
133+
f.funcdata = append(f.funcdata, core.Address(m.r.Field("gofunc").Uintptr()+uint64(off)))
134134
}
135135
a = a.Add(4)
136136
} else {

0 commit comments

Comments
 (0)