added comment, fixed coding style

This commit is contained in:
goldsimon
2016-05-23 09:47:14 +02:00
parent ac21a5f370
commit bd177ff38f
2 changed files with 7 additions and 1 deletions

View File

@@ -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;