From: Nikolay Morozov Date: Tue, 19 May 2020 14:12:27 +0000 (+0300) Subject: Fix misleading indentation X-Git-Tag: v3.0.0~101^2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=0f086c385364bccd314d007da6d468dc0a6ecfbc Fix misleading indentation --- diff --git a/gosthash2012.c b/gosthash2012.c index be1923c..f634bb7 100644 --- a/gosthash2012.c +++ b/gosthash2012.c @@ -90,7 +90,7 @@ static INLINE void add512(union uint512_u * RESTRICT x, */ if (sum != left) CF = (sum < left); - x->QWORD[i] = sum; + x->QWORD[i] = sum; } # endif /* !__x86_64__ */ #else /* __GOST3411_BIG_ENDIAN__ */