mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 20:29:04 +00:00
minor: code layout only
This commit is contained in:
parent
d0a79ff085
commit
86e419425b
@ -854,7 +854,8 @@ dhcp_network_changed(struct netif *netif)
|
||||
* @param netif the network interface on which the reply was received
|
||||
* @param addr The IP address we received a reply from
|
||||
*/
|
||||
void dhcp_arp_reply(struct netif *netif, const ip4_addr_t *addr)
|
||||
void
|
||||
dhcp_arp_reply(struct netif *netif, const ip4_addr_t *addr)
|
||||
{
|
||||
LWIP_ERROR("netif != NULL", (netif != NULL), return;);
|
||||
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_arp_reply()\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user