瀏覽代碼

core: fix indentation on tcp_main.c

Ovidiu Sas 1 年之前
父節點
當前提交
243951bc48
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 	/* 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
 	 * ... ALL TCP servers should specify the SO_REUSEADDRE option
 	 * to allow the server to be restarted in this situation