From 365f181aa3b6c94b4900fbd73eafb0683e65982b Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 15 Feb 2016 03:53:25 +0300 Subject: [PATCH] http: coding style issue --- http.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http.c b/http.c index 7d7ff07c..909af5e1 100644 --- a/http.c +++ b/http.c @@ -690,9 +690,8 @@ evhttp_connection_incoming_fail(struct evhttp_request *req, static inline void evhttp_request_free_auto(struct evhttp_request *req) { - if (!(req->flags & EVHTTP_USER_OWNED)) { + if (!(req->flags & EVHTTP_USER_OWNED)) evhttp_request_free(req); - } } static void -- 2.40.0