mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
http: coding style issue
This commit is contained in:
parent
79b69d8be5
commit
365f181aa3
3
http.c
3
http.c
@ -690,10 +690,9 @@ 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
|
||||
evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req)
|
||||
|
Loading…
x
Reference in New Issue
Block a user