Fixed tabs into spaces. Fixed other stylos.

This commit is contained in:
likewise
2003-04-16 07:39:48 +00:00
parent 7662015de6
commit 9bc16878ea
6 changed files with 39 additions and 45 deletions

View File

@@ -33,9 +33,6 @@
#include "lwip/ip_addr.h"
#include "lwip/inet.h"
/* used by IP_ADDR_ANY and IP_ADDR_BROADCAST in ip_addr.h */
const struct ip_addr ip_addr_any = { 0x00000000UL };
const struct ip_addr ip_addr_broadcast = { 0xffffffffUL };
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/