mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 17:13:49 +08:00
minor: whitespace cleanups
This commit is contained in:
@@ -1086,7 +1086,7 @@ lwip_sendmsg(int s, const struct msghdr *msg, int flags)
|
||||
} else {
|
||||
pbuf_cat(chain_buf->p, p);
|
||||
}
|
||||
}
|
||||
}
|
||||
/* save size of total chain */
|
||||
if (err == ERR_OK) {
|
||||
size = netbuf_len(chain_buf);
|
||||
|
||||
@@ -375,7 +375,7 @@ tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call)
|
||||
#endif /* LWIP_NETCONN_SEM_PER_THREAD */
|
||||
|
||||
LWIP_ASSERT("Invalid mbox", sys_mbox_valid_val(mbox));
|
||||
|
||||
|
||||
TCPIP_MSG_VAR_ALLOC(msg);
|
||||
TCPIP_MSG_VAR_REF(msg).type = TCPIP_MSG_API_CALL;
|
||||
TCPIP_MSG_VAR_REF(msg).msg.api_call.arg = call;
|
||||
|
||||
Reference in New Issue
Block a user