mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-19 22:56:57 +08:00
added comment, fixed coding style
This commit is contained in:
@@ -585,7 +585,8 @@ etharp_remove_static_entry(const ip4_addr_t *ipaddr)
|
||||
*
|
||||
* @param netif points to a network interface
|
||||
*/
|
||||
void etharp_cleanup_netif(struct netif *netif)
|
||||
void
|
||||
etharp_cleanup_netif(struct netif *netif)
|
||||
{
|
||||
u8_t i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user