mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-15 13:20:57 +00:00
minor: tabs -> spaces
This commit is contained in:
parent
02221cf5dc
commit
5f774270b6
@ -738,7 +738,7 @@ nd6_tmr(void)
|
||||
|
||||
/* Process prefix entries. */
|
||||
for (i = 0; i < LWIP_ND6_NUM_PREFIXES; i++) {
|
||||
if (prefix_list[i].netif != NULL) {
|
||||
if (prefix_list[i].netif != NULL) {
|
||||
if (prefix_list[i].invalidation_timer < ND6_TMR_INTERVAL / 1000) {
|
||||
/* Entry timed out, remove it */
|
||||
prefix_list[i].invalidation_timer = 0;
|
||||
@ -795,7 +795,7 @@ nd6_tmr(void)
|
||||
}
|
||||
#endif /* LWIP_IPV6_AUTOCONFIG */
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user