]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/elliptic: gofmt
authorMichael Munday <mike.munday@ibm.com>
Mon, 18 Sep 2017 10:50:29 +0000 (11:50 +0100)
committerMichael Munday <mike.munday@ibm.com>
Fri, 22 Sep 2017 11:43:45 +0000 (11:43 +0000)
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>

src/crypto/elliptic/p256_amd64.go

index 26f1f0df83e205e17a6819deb45968035723278e..bde8e3dfbb23e8adeafff2cf667f62855f5107fb 100644 (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