瀏覽代碼

Merge pull request #36 from sguiheux/gofmt

Run gofmt.
Nigel Tao 9 年之前
父節點
當前提交
7db9049039
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
 //
 //go:noescape
-func encodeBlock(dst, src []byte) (d int)
+func encodeBlock(dst, src []byte) (d int)