mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 14:48:12 +00:00
Fix some formating
This commit is contained in:
parent
e72bd958ba
commit
da7a13afcb
@ -866,7 +866,7 @@ DECLSPEC tinfl_status tinfl_decompress(tinfl_decompressor *r, MAYBE_GLOBAL const
|
||||
pOut_buf_cur[2] = pSrc[2];
|
||||
pOut_buf_cur += 3;
|
||||
pSrc += 3;
|
||||
counter -= 3;
|
||||
counter -= 3;
|
||||
}
|
||||
if (counter > 0)
|
||||
{
|
||||
|
@ -80,7 +80,7 @@ KERNEL_FQ void m20900_mxx (KERN_ATTR_BASIC ())
|
||||
u32 w1[4];
|
||||
u32 w2[4];
|
||||
u32 w3[4];
|
||||
|
||||
|
||||
for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
|
||||
{
|
||||
sha1_ctx_t ctx0 = ctx00;
|
||||
|
@ -97,7 +97,7 @@ KERNEL_FQ void m21200_mxx (KERN_ATTR_BASIC ())
|
||||
u32 w1[4];
|
||||
u32 w2[4];
|
||||
u32 w3[4];
|
||||
|
||||
|
||||
for (u32 il_pos = 0; il_pos < il_cnt; il_pos++)
|
||||
{
|
||||
md5_ctx_t ctx1 = ctx11;
|
||||
|
Loading…
Reference in New Issue
Block a user