1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Replace tabs by spaces in uip code

This commit is contained in:
Martin Guy 2011-07-24 17:35:45 +02:00
parent a6b5f865d5
commit a3170a953d
12 changed files with 461 additions and 462 deletions

View File

@ -155,8 +155,7 @@ void *uip_urgdata; /* The uip_urgdata pointer points to
u16_t uip_urglen, uip_surglen;
#endif /* UIP_URGDATA > 0 */
u16_t uip_len, uip_slen;
/* The uip_len is either 8 or 16 bits,
u16_t uip_len, uip_slen; /* The uip_len is either 8 or 16 bits,
depending on the maximum packet
size. */