mirror of
https://github.com/nginx/nginx.git
synced 2025-07-31 18:46:15 +08:00
Whitespace fix.
This commit is contained in:
parent
49e6d2c95f
commit
beaed67996
@ -1820,9 +1820,9 @@ ngx_http_set_etag(ngx_http_request_t *r)
|
|||||||
{
|
{
|
||||||
ngx_table_elt_t *etag;
|
ngx_table_elt_t *etag;
|
||||||
ngx_http_core_loc_conf_t *clcf;
|
ngx_http_core_loc_conf_t *clcf;
|
||||||
|
|
||||||
clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
|
clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
|
||||||
|
|
||||||
if (!clcf->etag) {
|
if (!clcf->etag) {
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user