Преглед на файлове

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);
 
-    /* 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 (
 	    (conn->ctx->stop_flag == 0) && (*nread < bufsiz) && (request_len == 0)