1
0
mirror of https://github.com/golang/go synced 2024-11-19 09:44:46 -07:00

runtime: add space

Missed this in review of 20812

Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174
Reviewed-on: https://go-review.googlesource.com/20819
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Keith Randall 2016-03-18 14:30:00 -07:00
parent e97789f7d9
commit 377eaa7494

View File

@ -671,6 +671,7 @@ func BenchmarkAlignedLoad(b *testing.B) {
} }
sink = s sink = s
} }
func BenchmarkUnalignedLoad(b *testing.B) { func BenchmarkUnalignedLoad(b *testing.B) {
var buf [16]byte var buf [16]byte
p := unsafe.Pointer(&buf[1]) p := unsafe.Pointer(&buf[1])