mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 12:12:12 +01:00
Remove excess space characters
This commit is contained in:
@@ -17480,7 +17480,7 @@ static int DecodeResponseData(byte* source,
|
||||
|
||||
single->next->status = (CertStatus*)XMALLOC(sizeof(CertStatus),
|
||||
resp->heap, DYNAMIC_TYPE_OCSP_STATUS);
|
||||
if ( single->next->status == NULL ) {
|
||||
if (single->next->status == NULL) {
|
||||
XFREE(single->next, resp->heap, DYNAMIC_TYPE_OCSP_ENTRY);
|
||||
single->next = NULL;
|
||||
return MEMORY_E;
|
||||
|
||||
Reference in New Issue
Block a user