mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
minor: removed some trailing spaces in tcp.c
This commit is contained in:
parent
82fcc307ef
commit
969fb4c981
@ -74,17 +74,17 @@
|
|||||||
#endif /* LWIP_TCP_KEEPALIVE */
|
#endif /* LWIP_TCP_KEEPALIVE */
|
||||||
|
|
||||||
const char * const tcp_state_str[] = {
|
const char * const tcp_state_str[] = {
|
||||||
"CLOSED",
|
"CLOSED",
|
||||||
"LISTEN",
|
"LISTEN",
|
||||||
"SYN_SENT",
|
"SYN_SENT",
|
||||||
"SYN_RCVD",
|
"SYN_RCVD",
|
||||||
"ESTABLISHED",
|
"ESTABLISHED",
|
||||||
"FIN_WAIT_1",
|
"FIN_WAIT_1",
|
||||||
"FIN_WAIT_2",
|
"FIN_WAIT_2",
|
||||||
"CLOSE_WAIT",
|
"CLOSE_WAIT",
|
||||||
"CLOSING",
|
"CLOSING",
|
||||||
"LAST_ACK",
|
"LAST_ACK",
|
||||||
"TIME_WAIT"
|
"TIME_WAIT"
|
||||||
};
|
};
|
||||||
|
|
||||||
/* last local TCP port */
|
/* last local TCP port */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user