]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: add space
authorKeith Randall <khr@golang.org>
Fri, 18 Mar 2016 21:30:00 +0000 (14:30 -0700)
committerKeith Randall <khr@golang.org>
Fri, 18 Mar 2016 21:31:49 +0000 (21:31 +0000)
Missed this in review of 20812

Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174
Reviewed-on: https://go-review.googlesource.com/20819
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/hash_test.go

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