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,9 +690,8 @@ evhttp_connection_incoming_fail(struct evhttp_request *req,
|
|||||||
static inline void
|
static inline void
|
||||||
evhttp_request_free_auto(struct evhttp_request *req)
|
evhttp_request_free_auto(struct evhttp_request *req)
|
||||||
{
|
{
|
||||||
if (!(req->flags & EVHTTP_USER_OWNED)) {
|
if (!(req->flags & EVHTTP_USER_OWNED))
|
||||||
evhttp_request_free(req);
|
evhttp_request_free(req);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user