Browse Source

fix: gofmt

Steven Guiheux 9 years ago
parent
commit
5a0054d7b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      encode_amd64.go

+ 1 - 1
encode_amd64.go

@@ -26,4 +26,4 @@ func extendMatch(src []byte, i, j int) int
 // encodeBlock has the same semantics as in encode_other.go.
 // encodeBlock has the same semantics as in encode_other.go.
 //
 //
 //go:noescape
 //go:noescape
-func encodeBlock(dst, src []byte) (d int)
+func encodeBlock(dst, src []byte) (d int)