comparison src/http/modules/ngx_http_image_filter_module.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents 8cdec62a7751
children f01ab2dbcfdc
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
142 ngx_conf_set_flag_slot, 142 ngx_conf_set_flag_slot,
143 NGX_HTTP_LOC_CONF_OFFSET, 143 NGX_HTTP_LOC_CONF_OFFSET,
144 offsetof(ngx_http_image_filter_conf_t, transparency), 144 offsetof(ngx_http_image_filter_conf_t, transparency),
145 NULL }, 145 NULL },
146 146
147 { ngx_string("image_filter_interlace"), 147 { ngx_string("image_filter_interlace"),
148 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, 148 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
149 ngx_conf_set_flag_slot, 149 ngx_conf_set_flag_slot,
150 NGX_HTTP_LOC_CONF_OFFSET, 150 NGX_HTTP_LOC_CONF_OFFSET,
151 offsetof(ngx_http_image_filter_conf_t, interlace), 151 offsetof(ngx_http_image_filter_conf_t, interlace),
152 NULL }, 152 NULL },