Indent tcpip.c

This commit is contained in:
Simon Duquennoy 2016-04-22 21:41:03 +02:00 committed by Simon Duquennoy
parent 5b5f07ba52
commit 0296e6aba0
1 changed files with 161 additions and 161 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 */