replaced tab with spaces

This commit is contained in:
goldsimon
2011-05-16 18:45:51 +00:00
parent 33a587d97e
commit f3c1686a40
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@
#define DHCP_OPTION_IDX_T2 5
#define DHCP_OPTION_IDX_SUBNET_MASK 6
#define DHCP_OPTION_IDX_ROUTER 7
#define DHCP_OPTION_IDX_DNS_SERVER 8
#define DHCP_OPTION_IDX_DNS_SERVER 8
#define DHCP_OPTION_IDX_MAX (DHCP_OPTION_IDX_DNS_SERVER + DNS_MAX_SERVERS)
/** Holds the decoded option values, only valid while in dhcp_recv.