mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 14:32:42 +08:00
style fix: remove tabs and trailing spaces
This commit is contained in:
parent
63c78f3c34
commit
0c16f73b4e
@ -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 (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)
|
!= NGX_OK)
|
||||||
{
|
{
|
||||||
return NGX_CONF_ERROR;
|
return NGX_CONF_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hash.hash = prev_types_hash;
|
hash.hash = prev_types_hash;
|
||||||
|
Loading…
Reference in New Issue
Block a user