style fix

This commit is contained in:
Igor Sysoev 2009-04-15 10:57:40 +00:00
parent ea8536b821
commit 50e1cc4560

View File

@ -47,8 +47,8 @@ ngx_module_t ngx_http_not_modified_filter_module = {
static ngx_http_output_header_filter_pt ngx_http_next_header_filter; static ngx_http_output_header_filter_pt ngx_http_next_header_filter;
static static ngx_int_t
ngx_int_t ngx_http_not_modified_header_filter(ngx_http_request_t *r) ngx_http_not_modified_header_filter(ngx_http_request_t *r)
{ {
time_t ims; time_t ims;
ngx_http_core_loc_conf_t *clcf; ngx_http_core_loc_conf_t *clcf;
@ -92,8 +92,8 @@ ngx_int_t ngx_http_not_modified_header_filter(ngx_http_request_t *r)
} }
static static ngx_int_t
ngx_int_t ngx_http_not_modified_filter_init(ngx_conf_t *cf) ngx_http_not_modified_filter_init(ngx_conf_t *cf)
{ {
ngx_http_next_header_filter = ngx_http_top_header_filter; ngx_http_next_header_filter = ngx_http_top_header_filter;
ngx_http_top_header_filter = ngx_http_not_modified_header_filter; ngx_http_top_header_filter = ngx_http_not_modified_header_filter;