remove a hard tab

This commit is contained in:
JacobBarthelmeh
2024-03-04 08:10:41 -07:00
parent f05e47bc09
commit 089e57371f

View File

@@ -13867,7 +13867,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(PKCS7* pkcs7, void* ctx)
* returns 0 on success */
int wc_PKCS7_SetStreamMode(PKCS7* pkcs7, byte flag,
CallbackGetContent getContentCb,
CallbackStreamOut streamOutCb, void* ctx)
CallbackStreamOut streamOutCb, void* ctx)
{
if (pkcs7 == NULL) {
return BAD_FUNC_ARG;