mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
minor whitespace cleanups only
This commit is contained in:
parent
d02bc6481f
commit
ca961b9bc2
@ -1552,8 +1552,7 @@ void netif_invoke_ext_callback(struct netif* netif, netif_nsc_reason_t reason, c
|
|||||||
|
|
||||||
LWIP_ASSERT("netif must be != NULL", netif != NULL);
|
LWIP_ASSERT("netif must be != NULL", netif != NULL);
|
||||||
|
|
||||||
while (callback != NULL)
|
while (callback != NULL) {
|
||||||
{
|
|
||||||
callback->callback_fn(netif, reason, args);
|
callback->callback_fn(netif, reason, args);
|
||||||
callback = callback->next;
|
callback = callback->next;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user