comparison src/http/modules/ngx_http_xslt_filter_module.c @ 2983:4cc8b90f8cef

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jul 2009 14:50:51 +0000
parents c7d57b539248
children 097c1242995b
comparison
equal deleted inserted replaced
2982:fe23e95ba993 2983:4cc8b90f8cef
192 NULL, /* init master */ 192 NULL, /* init master */
193 NULL, /* init module */ 193 NULL, /* init module */
194 NULL, /* init process */ 194 NULL, /* init process */
195 NULL, /* init thread */ 195 NULL, /* init thread */
196 NULL, /* exit thread */ 196 NULL, /* exit thread */
197 ngx_http_xslt_filter_exit, /* exit process */ 197 ngx_http_xslt_filter_exit, /* exit process */
198 ngx_http_xslt_filter_exit, /* exit master */ 198 ngx_http_xslt_filter_exit, /* exit master */
199 NGX_MODULE_V1_PADDING 199 NGX_MODULE_V1_PADDING
200 }; 200 };
201 201
202 202