1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Remove trailing whitespace

This commit is contained in:
David Foerster
2016-05-10 22:16:32 +02:00
parent 1910751558
commit 11716ed2da
408 changed files with 4420 additions and 4420 deletions

View File

@@ -10,17 +10,17 @@ typedef unsigned char uch;
typedef unsigned short ush;
typedef void zvoid;
typedef struct huft
typedef struct huft
{
uch b, e;
union
union
{
ush n;
struct huft *t;
}v;
};
typedef struct
typedef struct
{
uch *inptr, *outbufptr;
int incnt;