VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Keyfiles.c
diff options
context:
space:
mode:
authorDavid Foerster <david.foerster@informatik.hu-berlin.de>2016-05-10 22:24:06 +0200
committerDavid Foerster <david.foerster@informatik.hu-berlin.de>2016-05-10 22:24:06 +0200
commit5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035 (patch)
treeb1afa687c97fbf5e1ba2c92c5a10479ae5f832f5 /src/Common/Keyfiles.c
parent11716ed2dacbb104f8f59867fe66f2c0a6984291 (diff)
downloadVeraCrypt-5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035.tar.gz
VeraCrypt-5f47d8b6f11cdb3c4c2f43e04e5acfc6ffcb3035.zip
Fix space before tab
Diffstat (limited to 'src/Common/Keyfiles.c')
-rw-r--r--src/Common/Keyfiles.c2
1 files changed, 1 insertions, 1 deletions
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)