mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
tcp: indentation fix in tcp_receive()
TCP_OVERSIZE block was moved out from inside the while loop and thus should be on column 7
This commit is contained in:
parent
4cf6f9ed51
commit
ddf4e17411
@ -1247,9 +1247,9 @@ tcp_receive(struct tcp_pcb *pcb)
|
|||||||
pcb->polltmr = 0;
|
pcb->polltmr = 0;
|
||||||
|
|
||||||
#if TCP_OVERSIZE
|
#if TCP_OVERSIZE
|
||||||
if (pcb->unsent == NULL) {
|
if (pcb->unsent == NULL) {
|
||||||
pcb->unsent_oversize = 0;
|
pcb->unsent_oversize = 0;
|
||||||
}
|
}
|
||||||
#endif /* TCP_OVERSIZE */
|
#endif /* TCP_OVERSIZE */
|
||||||
|
|
||||||
#if LWIP_IPV6 && LWIP_ND6_TCP_REACHABILITY_HINTS
|
#if LWIP_IPV6 && LWIP_ND6_TCP_REACHABILITY_HINTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user