minor: code layout only

This commit is contained in:
sg 2016-07-19 22:06:59 +02:00
parent d0a79ff085
commit 86e419425b

View File

@ -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"));