浏览代码

[update] 整理代码,添加部分代码中的空行和空格。

liangyingjian 6 年之前
父节点
当前提交
7eb9628024
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/webclient.c

+ 2 - 0
src/webclient.c

@@ -13,6 +13,7 @@
  * 2018-07-26     chenyong     modify log information
  * 2018-08-07     chenyong     modify header processing
  */
+
 #include <stdio.h>
 #include <stdlib.h>
 
@@ -594,6 +595,7 @@ const char *webclient_header_fields_get(struct webclient_session *session, const
 
     return RT_NULL;
 }
+
 /**
  * get http response status code.
  *