dhcp.c: minor change for coding style

This commit is contained in:
fbernon 2008-03-04 14:25:58 +00:00
parent 42344ce20c
commit 9b92f4c882

View File

@ -102,7 +102,7 @@ static void dhcp_check(struct netif *netif);
static void dhcp_bind(struct netif *netif);
#if DHCP_DOES_ARP_CHECK
static err_t dhcp_decline(struct netif *netif);
#endif
#endif /* DHCP_DOES_ARP_CHECK */
static err_t dhcp_rebind(struct netif *netif);
static void dhcp_set_state(struct dhcp *dhcp, u8_t new_state);