mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
whitespace fix
This commit is contained in:
parent
8fb80888f3
commit
53b5e2f8c3
@ -511,12 +511,12 @@ int32_t mz_crypt_hmac_copy(void *src_handle, void *target_handle)
|
||||
int32_t result = 0;
|
||||
int32_t err = MZ_OK;
|
||||
|
||||
if (target->hash)
|
||||
{
|
||||
CryptDestroyHash(target->hash);
|
||||
target->hash = NULL;
|
||||
}
|
||||
|
||||
if (target->hash)
|
||||
{
|
||||
CryptDestroyHash(target->hash);
|
||||
target->hash = NULL;
|
||||
}
|
||||
|
||||
result = CryptDuplicateHash(source->hash, NULL, 0, &target->hash);
|
||||
|
||||
if (!result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user