Explorar o código

core: fix indentation on tcp_main.c

Ovidiu Sas hai 1 ano
pai
achega
243951bc48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/tcp_main.c

+ 1 - 1
src/core/tcp_main.c

@@ -3162,7 +3162,7 @@ int tcp_init(struct socket_info *sock_info)
 
 
 #if !defined(TCP_DONT_REUSEADDR)
 #if !defined(TCP_DONT_REUSEADDR)
 	/* Stevens, "Network Programming", Section 7.5, "Generic Socket
 	/* Stevens, "Network Programming", Section 7.5, "Generic Socket
-     * Options": "...server started,..a child continues..on existing
+	 * Options": "...server started,..a child continues..on existing
 	 * connection..listening server is restarted...call to bind fails
 	 * connection..listening server is restarted...call to bind fails
 	 * ... ALL TCP servers should specify the SO_REUSEADDRE option
 	 * ... ALL TCP servers should specify the SO_REUSEADDRE option
 	 * to allow the server to be restarted in this situation
 	 * to allow the server to be restarted in this situation