]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: normalize whitespace around square brackets
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 7 Jan 2020 22:30:17 +0000 (14:30 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 20 Feb 2020 18:38:43 +0000 (18:38 +0000)
commit4084c125cce2b5a6009fe767cc39a1ec28914786
tree07a11986b1ef30fc78d9ffae79a7c4791a530fc3
parentf53f987ebffa5888f1affe5255af849331be2164
cmd/compile: normalize whitespace around square brackets

I noticed some instances of "[ " and " ]" in the rewrite rules.
Normalizing them helps catch possible future duplicate rules.

Change-Id: I892fd7e9b4019ed304f0a61fa2bb7f7e47ef8f38
Reviewed-on: https://go-review.googlesource.com/c/go/+/213682
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/gen/rulegen.go