mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 03:48:26 -06:00
Remove trailing whitespace
This commit is contained in:
@@ -1311,7 +1311,7 @@ int DecompressDeflatedData (char *out, char *in, int inLength)
|
||||
G.incnt = inLength;
|
||||
G.outCounter = 0;
|
||||
|
||||
if (inflate(__G) != 0)
|
||||
if (inflate(__G) != 0)
|
||||
{
|
||||
// Error decompressing
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user