Minor: Fixed indentation after changing struct ip_addr to ip_addr_t

This commit is contained in:
goldsimon 2010-02-09 11:38:59 +00:00
parent 68ab197b68
commit 6af20340dd

View File

@ -240,7 +240,7 @@ static void dns_check_entries(void);
static struct udp_pcb *dns_pcb; static struct udp_pcb *dns_pcb;
static u8_t dns_seqno; static u8_t dns_seqno;
static struct dns_table_entry dns_table[DNS_TABLE_SIZE]; static struct dns_table_entry dns_table[DNS_TABLE_SIZE];
static ip_addr_t dns_servers[DNS_MAX_SERVERS]; static ip_addr_t dns_servers[DNS_MAX_SERVERS];
#if (DNS_USES_STATIC_BUF == 1) #if (DNS_USES_STATIC_BUF == 1)
static u8_t dns_payload[DNS_MSG_SIZE]; static u8_t dns_payload[DNS_MSG_SIZE];