]> Cypherpunks repositories - gostls13.git/commit
scan: for style, adjust code for bad scan read counts
authorRob Pike <r@golang.org>
Wed, 25 Mar 2020 22:32:27 +0000 (09:32 +1100)
committerRob Pike <r@golang.org>
Wed, 25 Mar 2020 22:44:57 +0000 (22:44 +0000)
commit2975b27bbd3d4e85a2488ac289e112bc0dedfebe
treedf3cb26caab9c6ccc83b369367a383587feab790
parent93bcf912994931780cdd4f5492ae8fcfdf760208
scan: for style, adjust code for bad scan read counts

Make the code more consistent with the rest of the file.
Should have caught this in review of CL 225357.

Change-Id: I12824cb436539c31604684e043ebb7587cc92471
Reviewed-on: https://go-review.googlesource.com/c/go/+/225557
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/bufio/scan.go