minor: removed some trailing spaces in tcp.c

This commit is contained in:
goldsimon 2015-09-30 17:00:57 +02:00
parent 82fcc307ef
commit 969fb4c981

View File

@ -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 */