mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 09:56:38 +00:00
fixed indentation
This commit is contained in:
parent
cacdbb5262
commit
8e13bcd43d
@ -247,8 +247,8 @@ netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port)
|
|||||||
#endif /* (LWIP_UDP || LWIP_RAW) && LWIP_TCP */
|
#endif /* (LWIP_UDP || LWIP_RAW) && LWIP_TCP */
|
||||||
#if (LWIP_UDP || LWIP_RAW)
|
#if (LWIP_UDP || LWIP_RAW)
|
||||||
{
|
{
|
||||||
/* UDP and RAW only set flags, so we can use core-locking. */
|
/* UDP and RAW only set flags, so we can use core-locking. */
|
||||||
TCPIP_APIMSG(&API_MSG_VAR_REF(msg), lwip_netconn_do_connect, err);
|
TCPIP_APIMSG(&API_MSG_VAR_REF(msg), lwip_netconn_do_connect, err);
|
||||||
}
|
}
|
||||||
#endif /* (LWIP_UDP || LWIP_RAW) */
|
#endif /* (LWIP_UDP || LWIP_RAW) */
|
||||||
API_MSG_VAR_FREE(msg);
|
API_MSG_VAR_FREE(msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user