mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
3cdd5c3bcc
commit
d0d38f0f70
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ var genericOps = []opData{
|
|||
// ±0 → ±0 (sign preserved)
|
||||
// x<0 → NaN
|
||||
// NaN → NaN
|
||||
{name: "Sqrt", argLength: 1}, // √arg0 (floating point, double precision)
|
||||
{name: "Sqrt", argLength: 1}, // √arg0 (floating point, double precision)
|
||||
{name: "Sqrt32", argLength: 1}, // √arg0 (floating point, single precision)
|
||||
|
||||
// Round to integer, float64 only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue