mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
dhcp.c: minor change for coding style
This commit is contained in:
parent
42344ce20c
commit
9b92f4c882
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user