]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix whitespace in comment
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 14 Mar 2021 21:27:06 +0000 (14:27 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 14 Mar 2021 21:50:39 +0000 (21:50 +0000)
commitd0d38f0f707e69965a5f5a637fa568c646899d39
tree18379a74d3c6a8052f273098f32517069c13359c
parent3cdd5c3bcc53298dd7de39cb6e2bd600308988b8
cmd/compile: fix whitespace in comment

The whitespace was there to align with the following comment,
but the extra whitespace was unnecessary; it wasn't gofmt'd.
Then the file got gofmt'd, but the whitespace didn't get fixed.

Change-Id: I45aad9605b99d83545e4e611ae3ea1b2ff9e6bf6
Reviewed-on: https://go-review.googlesource.com/c/go/+/301649
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/cmd/compile/internal/ssa/gen/genericOps.go