]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gosthash2012.c
Fix misleading indentation
[openssl-gost/engine.git] / gosthash2012.c
index be1923ce94559ef2c67532c7227318468f62b014..f634bb757ba9afdea5a4fe6b2e84348f8335112c 100644 (file)
@@ -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__ */