From dbc16e6765008e96624aea2d68095baea290b8bd Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 14 Jun 2018 22:10:53 +0200 Subject: [PATCH] minor whitespace cleanup --- src/core/netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/netif.c b/src/core/netif.c index d971341c..15200a27 100644 --- a/src/core/netif.c +++ b/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();