Remove trailing whitespace

This commit is contained in:
Hideki Miyazaki
2025-07-11 22:12:49 +09:00
parent e9def03585
commit c4a178f029

View File

@@ -161,7 +161,7 @@ WOLFSSL_API int tsip_use_PrivateKey_buffer_TLS(struct WOLFSSL* ssl,
WOLFSSL_ENTER("tsip_use_PrivateKey_buffer_TLS");
if (ssl == NULL || keyBuf == NULL || keyBufLen == 0 ||
if (ssl == NULL || keyBuf == NULL || keyBufLen == 0 ||
ssl->RenesasUserCtx == NULL) {
ret = BAD_FUNC_ARG;
}