]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: improve comment formatting consistency
authorDmitri Shuralyov <shurcooL@gmail.com>
Tue, 27 Jun 2017 05:18:30 +0000 (01:18 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Jun 2017 05:29:45 +0000 (05:29 +0000)
commit7f93232a1088ee7984bb2891075ec2eabb177f84
treeee2890d44c127fe5e08e13a0eb0a7f77bcdd56f1
parent441fd1338633c2aafa5b30121142ab24ee9dddcb
encoding/binary: improve comment formatting consistency

Use 2 slashes, space, then tab. This is more consistent, and removes
inadvertent leading space.

Change-Id: I383770ed4eb8ac17c78c7ae5675b553d4fb70b1e
Reviewed-on: https://go-review.googlesource.com/46726
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/binary/varint.go