Skip to content

Commit 089e573

Browse files
remove a hard tab
1 parent f05e47b commit 089e573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/pkcs7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13867,7 +13867,7 @@ int wc_PKCS7_SetDecodeEncryptedCtx(PKCS7* pkcs7, void* ctx)
1386713867
* returns 0 on success */
1386813868
int wc_PKCS7_SetStreamMode(PKCS7* pkcs7, byte flag,
1386913869
CallbackGetContent getContentCb,
13870-
CallbackStreamOut streamOutCb, void* ctx)
13870+
CallbackStreamOut streamOutCb, void* ctx)
1387113871
{
1387213872
if (pkcs7 == NULL) {
1387313873
return BAD_FUNC_ARG;

0 commit comments

Comments
 (0)