minor whitespace cleanup

This commit is contained in:
Simon Goldschmidt 2018-06-14 22:10:53 +02:00
parent f31160a6cb
commit dbc16e6765

View File

@ -1023,7 +1023,7 @@ netif_set_link_up(struct netif *netif)
* Called by a driver when its link goes down
*/
void
netif_set_link_down(struct netif *netif )
netif_set_link_down(struct netif *netif)
{
LWIP_ASSERT_CORE_LOCKED();