From fccd9428032dca77e7fc511c6698353c0b3d35a1 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 16 Dec 2014 17:14:25 +1100 Subject: runtime: gofmt Fixes #9339 Change-Id: I22faf2593cb73f42612c2c2bfe38de001fb2746b Reviewed-on: https://go-review.googlesource.com/1630 Reviewed-by: Andrew Gerrand --- src/runtime/malloc2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/malloc2.go') diff --git a/src/runtime/malloc2.go b/src/runtime/malloc2.go index cd8dc0ad8b..c975f845bc 100644 --- a/src/runtime/malloc2.go +++ b/src/runtime/malloc2.go @@ -477,7 +477,7 @@ type finblock struct { next *finblock cnt int32 _ int32 - fin [(_FinBlockSize-2*ptrSize-2*4)/unsafe.Sizeof(finalizer{})]finalizer + fin [(_FinBlockSize - 2*ptrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer } // Information from the compiler about the layout of stack frames. -- cgit v1.3-5-g9baa