added curly brackets to ensure ANSI C compliance when UIP_TCP is defined; some automatic whitespace removal
This commit is contained in:
parent
647443cb9d
commit
91910f82dd
1 changed files with 43 additions and 41 deletions
|
@ -29,7 +29,7 @@
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: tcpip.c,v 1.13 2008/10/14 09:40:56 julienabeille Exp $
|
* $Id: tcpip.c,v 1.14 2008/10/15 07:59:34 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
|
@ -630,6 +630,7 @@ tcpip_uipcall(void)
|
||||||
#endif /* UIP_UDP */
|
#endif /* UIP_UDP */
|
||||||
|
|
||||||
#if UIP_TCP
|
#if UIP_TCP
|
||||||
|
{
|
||||||
static unsigned char i;
|
static unsigned char i;
|
||||||
register struct listenport *l;
|
register struct listenport *l;
|
||||||
|
|
||||||
|
@ -652,6 +653,7 @@ tcpip_uipcall(void)
|
||||||
etimer_restart(&periodic);
|
etimer_restart(&periodic);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(ts->p != NULL) {
|
if(ts->p != NULL) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue