1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:34:40 -07:00

crypto/elliptic: gofmt

Change-Id: Ia4b49736d3b33cddf58905c6b19febbca45b2ad2
Reviewed-on: https://go-review.googlesource.com/64270
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Michael Munday 2017-09-18 11:50:29 +01:00
parent 3d741349f5
commit 28aaa0bd1b

View File

@ -280,7 +280,7 @@ func uint64IsZero(x uint64) int {
x &= x >> 4
x &= x >> 2
x &= x >> 1
return int(x&1)
return int(x & 1)
}
// scalarIsZero returns 1 if scalar represents the zero value, and zero