From dccd20d1b55d15afdc80ad987ff37023d323dc42 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 3 May 2016 22:40:33 +0200 Subject: fix tab-space mixed indentation No code change Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell --- crypto/ec/ecp_nistz256.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/ec/ecp_nistz256.c') diff --git a/crypto/ec/ecp_nistz256.c b/crypto/ec/ecp_nistz256.c index f2ef9be7f8..f4712bda06 100644 --- a/crypto/ec/ecp_nistz256.c +++ b/crypto/ec/ecp_nistz256.c @@ -625,9 +625,9 @@ __owur static int ecp_nistz256_windowed_mul(const EC_GROUP *group, } /* - * row[0] is implicitly (0,0,0) (the point at infinity), therefore it - * is not stored. All other values are actually stored with an offset - * of -1 in table. + * row[0] is implicitly (0,0,0) (the point at infinity), therefore it + * is not stored. All other values are actually stored with an offset + * of -1 in table. */ ecp_nistz256_scatter_w5 (row, &temp[0], 1); -- cgit v1.2.3