mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
style fix: remove tabs and trailing spaces
This commit is contained in:
parent
63c78f3c34
commit
0c16f73b4e
@ -1170,7 +1170,7 @@ ngx_http_fastcgi_process_header(ngx_http_request_t *r)
|
||||
u->headers_in.status_line.len =
|
||||
sizeof("302 Moved Temporarily") - 1;
|
||||
u->headers_in.status_line.data =
|
||||
(u_char *) "302 Moved Temporarily";
|
||||
(u_char *) "302 Moved Temporarily";
|
||||
|
||||
} else {
|
||||
u->headers_in.status_n = 200;
|
||||
|
@ -1779,11 +1779,11 @@ ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t *keys, ngx_hash_t *types_hash,
|
||||
|
||||
if (prev_keys == NULL) {
|
||||
|
||||
if (ngx_http_set_default_types(cf, &prev_keys, default_types)
|
||||
if (ngx_http_set_default_types(cf, &prev_keys, default_types)
|
||||
!= NGX_OK)
|
||||
{
|
||||
return NGX_CONF_ERROR;
|
||||
}
|
||||
return NGX_CONF_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
hash.hash = prev_types_hash;
|
||||
|
Loading…
Reference in New Issue
Block a user