mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
minor whitespace cleanup
This commit is contained in:
parent
f31160a6cb
commit
dbc16e6765
@ -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…
Reference in New Issue
Block a user