Merge pull request #1618 from simonduq/pr/tcpip-code-style

Fixes indent in tcpip.c and uip6.c
This commit is contained in:
Antonio Lignan 2016-04-28 00:12:23 +02:00
commit a4dfb0b660
2 changed files with 605 additions and 605 deletions

View file

@ -813,7 +813,7 @@ PROCESS_THREAD(tcpip_process, ev, data)
#ifdef UIP_FALLBACK_INTERFACE
UIP_FALLBACK_INTERFACE.init();
#endif
/* initialize RPL if configured for using RPL */
/* initialize RPL if configured for using RPL */
#if NETSTACK_CONF_WITH_IPV6 && UIP_CONF_IPV6_RPL
rpl_init();
#endif /* UIP_CONF_IPV6_RPL */