From 5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035 Mon Sep 17 00:00:00 2001 From: David Foerster Date: Tue, 10 May 2016 22:24:06 +0200 Subject: Fix space before tab --- src/Common/Dlgcode.c | 2 +- src/Common/EncryptionThreadPool.c | 2 +- src/Common/Keyfiles.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Common') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index fd2601b4..13a439e0 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -8965,7 +8965,7 @@ char *LoadFileBlock (const wchar_t *fileName, __int64 fileOffset, DWORD count) // Returns -1 if there is an error, or the size of the file. __int64 GetFileSize64 (const wchar_t *path) { - HANDLE h = CreateFile (path, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL); + HANDLE h = CreateFile (path, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL); LARGE_INTEGER size; __int64 retSize = -1; diff --git a/src/Common/EncryptionThreadPool.c b/src/Common/EncryptionThreadPool.c index f0889a34..d99512a9 100644 --- a/src/Common/EncryptionThreadPool.c +++ b/src/Common/EncryptionThreadPool.c @@ -475,7 +475,7 @@ void EncryptionThreadPoolDoWork (EncryptionThreadPoolWorkType type, byte *data, workItem->Encryption.UnitCount = unitsPerFragment; workItem->Encryption.StartUnitNo.Value = fragmentStartUnitNo; - fragmentData += unitsPerFragment * ENCRYPTION_DATA_UNIT_SIZE; + fragmentData += unitsPerFragment * ENCRYPTION_DATA_UNIT_SIZE; fragmentStartUnitNo += unitsPerFragment; if (remainder > 0 && --remainder == 0) diff --git a/src/Common/Keyfiles.c b/src/Common/Keyfiles.c index 10f49b5d..5ee5bccf 100644 --- a/src/Common/Keyfiles.c +++ b/src/Common/Keyfiles.c @@ -590,7 +590,7 @@ BOOL CALLBACK KeyFilesDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa } LoadKeyList (hwndDlg, param->FirstKeyFile); - return 1; + return 1; } if (lw == IDC_KEYREMOVEALL) -- cgit v1.2.3