From 969fb4c981d9175a97ea1d403fcb86ed622410fc Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 30 Sep 2015 17:00:57 +0200 Subject: [PATCH] minor: removed some trailing spaces in tcp.c --- src/core/tcp.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/core/tcp.c b/src/core/tcp.c index ae1fc902..ff6411e0 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -74,17 +74,17 @@ #endif /* LWIP_TCP_KEEPALIVE */ const char * const tcp_state_str[] = { - "CLOSED", - "LISTEN", - "SYN_SENT", - "SYN_RCVD", - "ESTABLISHED", - "FIN_WAIT_1", - "FIN_WAIT_2", - "CLOSE_WAIT", - "CLOSING", - "LAST_ACK", - "TIME_WAIT" + "CLOSED", + "LISTEN", + "SYN_SENT", + "SYN_RCVD", + "ESTABLISHED", + "FIN_WAIT_1", + "FIN_WAIT_2", + "CLOSE_WAIT", + "CLOSING", + "LAST_ACK", + "TIME_WAIT" }; /* last local TCP port */