From 78c0815c4118fe24ab78cce2dc48a6232dcd824a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 Jun 2012 20:55:18 +0000 Subject: - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/PGPw/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/CryptoPP/PGPw') diff --git a/plugins/CryptoPP/PGPw/main.cpp b/plugins/CryptoPP/PGPw/main.cpp index 116615b839..8427046a16 100644 --- a/plugins/CryptoPP/PGPw/main.cpp +++ b/plugins/CryptoPP/PGPw/main.cpp @@ -45,7 +45,7 @@ void _pgp_memcpy(LPSTR dst, LPSTR src, UINT size) int __cdecl _pgp_init() { - if(!pgpErrMsg) + if (!pgpErrMsg) pgpErrMsg = (LPSTR) LocalAlloc(LPTR,pgpErrMsgLen); pgpVer = 0; @@ -172,7 +172,7 @@ LPSTR __cdecl _pgp_encrypt_keydb(LPCSTR szPlainMsg, PVOID pgpKeyID) DWORD dwEncMsgLen; ClearPGPError(); - if(!pgpKeyDB) + if (!pgpKeyDB) return 0; #if (PGP_WIN32 < 0x700) @@ -221,7 +221,7 @@ LPSTR __cdecl _pgp_decrypt_keydb(LPCSTR szEncMsg) DWORD dwPlainMsgLen; ClearPGPError(); - if(!pgpKeyDB) + if (!pgpKeyDB) return 0; int iTry = 0; -- cgit v1.2.3