Browse Source

minor whitespace cleanup

STABLE-2_1_x
Simon Goldschmidt 8 years ago
parent
commit
dbc16e6765
  1. 2
      src/core/netif.c

2
src/core/netif.c

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

Loading…
Cancel
Save