浏览代码

Auto-format after merge

bel 9 年之前
父节点
当前提交
0c5c6aa74f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/civetweb.c

+ 2 - 2
src/civetweb.c

@@ -6737,8 +6737,8 @@ read_request(FILE *fp,
 
 
 	request_len = get_request_len(buf, *nread);
 	request_len = get_request_len(buf, *nread);
 
 
-    /* first time reading from this connection */
-    clock_gettime(CLOCK_MONOTONIC, &last_action_time);
+	/* first time reading from this connection */
+	clock_gettime(CLOCK_MONOTONIC, &last_action_time);
 
 
 	while (
 	while (
 	    (conn->ctx->stop_flag == 0) && (*nread < bufsiz) && (request_len == 0)
 	    (conn->ctx->stop_flag == 0) && (*nread < bufsiz) && (request_len == 0)