From 0f086c385364bccd314d007da6d468dc0a6ecfbc Mon Sep 17 00:00:00 2001 From: Nikolay Morozov Date: Tue, 19 May 2020 17:12:27 +0300 Subject: [PATCH] Fix misleading indentation --- gosthash2012.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ */ -- 2.39.2