| commit | 049646bcddbe939c0b8fd5d855f88a722620824a | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Fri Oct 21 11:13:45 2011 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Fri Oct 21 11:13:45 2011 +1100 |
| tree | bb942e56deb343515bcf11c7ce1bb3e9f91e2b58 | |
| parent | 0f42a273185b38a3c308d5711936c3743dbcdd22 [diff] [blame] |
goprotobuf: Run gofmt over the tree. R=r CC=golang-dev http://codereview.appspot.com/5294047
diff --git a/proto/decode.go b/proto/decode.go index 9a64221..815e825 100644 --- a/proto/decode.go +++ b/proto/decode.go
@@ -420,7 +420,7 @@ // The goal is modest amortization and allocation // on at least 16-byte boundaries. const ( - boolPoolSize = 16 + boolPoolSize = 16 int32PoolSize = 8 int64PoolSize = 4 )