internal/gocore: gofmt

Change-Id: Ic9d19d9de46e2f0b380f6d74b0f904fefa61f5f6
GitHub-Last-Rev: 251997effb7a5c3b75c8899efebc17f4fb6be552
GitHub-Pull-Request: golang/debug#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>
diff --git a/internal/gocore/module.go b/internal/gocore/module.go
index f17c181..5c81bf7 100644
--- a/internal/gocore/module.go
+++ b/internal/gocore/module.go
@@ -130,7 +130,7 @@
 				// 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 {