Fixed indentation.

This commit is contained in:
Armin Novak 2016-02-29 11:12:32 +01:00
parent 7e6501374d
commit 19568c6e9b

View File

@ -186,7 +186,7 @@ BOOL CryptProtectMemory(LPVOID pData, DWORD cbData, DWORD dwFlags)
pCipherText = (BYTE*) malloc(cbOut);
if (!pCipherText)
goto out;
goto out;
if ((enc = winpr_Cipher_New(WINPR_CIPHER_AES_256_CBC, WINPR_ENCRYPT,
pMemBlock->key, pMemBlock->iv)) == NULL)