mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-02 01:20:57 +02:00
chore(lws): fixed formatting
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
extern int __real_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl);
|
extern int __real_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl);
|
||||||
|
|
||||||
int __wrap_mbedtls_ssl_handshake_step( mbedtls_ssl_context *ssl )
|
int __wrap_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user