wincng: Remove trailing space

This commit is contained in:
Luke Howard
2015-02-11 20:12:53 +11:00
parent 5023f55208
commit 238392809b

View File

@@ -581,7 +581,7 @@ wincng_md_hash_init(BCRYPT_ALG_HANDLE hAlgorithm,
0); 0);
if (!BCRYPT_SUCCESS(status)) if (!BCRYPT_SUCCESS(status))
return 0; return 0;
status = BCryptCreateHash(hAlgorithm, status = BCryptCreateHash(hAlgorithm,
&cng->hHash, &cng->hHash,
cng->rgbHashObject, cng->rgbHashObject,