mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
Tweak indentation
This commit is contained in:
parent
206124a23c
commit
4464bd2396
4
http.c
4
http.c
@ -553,10 +553,10 @@ evhttp_make_header_response(struct evhttp_connection *evcon,
|
||||
if (evhttp_response_needs_body(req)) {
|
||||
if (evhttp_find_header(req->output_headers,
|
||||
"Content-Type") == NULL
|
||||
&& evcon->http_server->default_content_type) {
|
||||
&& evcon->http_server->default_content_type) {
|
||||
evhttp_add_header(req->output_headers,
|
||||
"Content-Type",
|
||||
evcon->http_server->default_content_type);
|
||||
evcon->http_server->default_content_type);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user