mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
Reformat netif subdir using astylerc
This commit is contained in:
parent
47138f92d0
commit
de5b693e7d
@ -267,8 +267,7 @@ free_and_return:
|
|||||||
err_t
|
err_t
|
||||||
ethernet_output(struct netif * netif, struct pbuf * p,
|
ethernet_output(struct netif * netif, struct pbuf * p,
|
||||||
const struct eth_addr * src, const struct eth_addr * dst,
|
const struct eth_addr * src, const struct eth_addr * dst,
|
||||||
u16_t eth_type)
|
u16_t eth_type) {
|
||||||
{
|
|
||||||
struct eth_hdr *ethhdr;
|
struct eth_hdr *ethhdr;
|
||||||
u16_t eth_type_be = lwip_htons(eth_type);
|
u16_t eth_type_be = lwip_htons(eth_type);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user