Whitespace cleanup lwIP

This commit is contained in:
Dirk Ziegelmeier
2018-10-22 20:53:37 +02:00
parent 64e0ede1a1
commit 06cc825431
43 changed files with 126 additions and 136 deletions

View File

@@ -895,7 +895,7 @@ netif_issue_reports(struct netif *netif, u8_t report_type)
#if LWIP_ARP && !LWIP_ACD
/* For Ethernet network interfaces:
* we would like to send a "gratuitous ARP".
* Only needs to be done here if ACD isn't configured.
* Only needs to be done here if ACD isn't configured.
*/
if (netif->flags & (NETIF_FLAG_ETHARP)) {
etharp_gratuitous(netif);