From: Loup Vaillant Date: Sat, 18 Aug 2018 10:23:14 +0000 (+0200) Subject: cosmetic X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=042f72e9a9b69737e4f278ae57ec5ce04098cfb9;p=Monocypher.git cosmetic --- diff --git a/src/monocypher.c b/src/monocypher.c index 319a29e..1143fd9 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -1810,7 +1810,7 @@ static void ge_scalarmult_base(ge *p, const u8 scalar[32]) fe_ccopy(t2, comb_T2[j], select); } - fe_neg (n2, t2); + fe_neg(n2, t2); fe_cswap(t2, n2, high); fe_cswap(yp, ym, high); ge_madd(p, p, ym, yp, n2, a, b);