From 86e419425b4435ecdd39fabc20b9b8d3f174eaab Mon Sep 17 00:00:00 2001 From: sg Date: Tue, 19 Jul 2016 22:06:59 +0200 Subject: [PATCH] minor: code layout only --- src/core/ipv4/dhcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/ipv4/dhcp.c b/src/core/ipv4/dhcp.c index 5fa4b2ee..862fa996 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -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"));