Reformat netif subdir using astylerc

This commit is contained in:
Dirk Ziegelmeier 2017-10-03 21:22:04 +02:00
parent 47138f92d0
commit de5b693e7d
5 changed files with 152 additions and 153 deletions

View File

@ -267,8 +267,7 @@ free_and_return:
err_t
ethernet_output(struct netif * netif, struct pbuf * p,
const struct eth_addr * src, const struct eth_addr * dst,
u16_t eth_type)
{
u16_t eth_type) {
struct eth_hdr *ethhdr;
u16_t eth_type_be = lwip_htons(eth_type);