mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-14 09:39:22 +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
|
* Called by a driver when its link goes down
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
netif_set_link_down(struct netif *netif )
|
netif_set_link_down(struct netif *netif)
|
||||||
{
|
{
|
||||||
LWIP_ASSERT_CORE_LOCKED();
|
LWIP_ASSERT_CORE_LOCKED();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user