From 0c5c6aa74fc67a47b3194faba857a42c150c6267 Mon Sep 17 00:00:00 2001 From: bel Date: Mon, 29 Feb 2016 21:14:04 +0100 Subject: [PATCH] Auto-format after merge --- src/civetweb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/civetweb.c b/src/civetweb.c index 38615e26..070f7c8b 100644 --- a/src/civetweb.c +++ b/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)