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

Fix space before tab

This commit is contained in:
David Foerster
2016-05-10 22:24:06 +02:00
parent 11716ed2da
commit 5f47d8b6f1
5 changed files with 6 additions and 6 deletions

View File

@@ -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)