mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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…
x
Reference in New Issue
Block a user