Skip to content

Commit 91e7e9f

Browse files
chore(lws): fixed formatting
1 parent ff5d602 commit 91e7e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/libwebsockets/port/lws_port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
extern int __real_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl);
1616

17-
int __wrap_mbedtls_ssl_handshake_step( mbedtls_ssl_context *ssl )
17+
int __wrap_mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl)
1818
{
1919
int ret = 0;
2020

0 commit comments

Comments
 (0)