mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00: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;
|
||||
|
||||
#if TCP_OVERSIZE
|
||||
if (pcb->unsent == NULL) {
|
||||
pcb->unsent_oversize = 0;
|
||||
}
|
||||
if (pcb->unsent == NULL) {
|
||||
pcb->unsent_oversize = 0;
|
||||
}
|
||||
#endif /* TCP_OVERSIZE */
|
||||
|
||||
#if LWIP_IPV6 && LWIP_ND6_TCP_REACHABILITY_HINTS
|
||||
|
Loading…
Reference in New Issue
Block a user