minor whitespace cleanups only

This commit is contained in:
goldsimon 2017-04-25 12:07:28 +02:00
parent d02bc6481f
commit ca961b9bc2

View File

@ -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);
while (callback != NULL)
{
while (callback != NULL) {
callback->callback_fn(netif, reason, args);
callback = callback->next;
}