style fix

This commit is contained in:
Igor Sysoev 2009-07-15 14:50:51 +00:00
parent e9b01c0aa6
commit c30d6da7db

View File

@ -194,7 +194,7 @@ ngx_module_t ngx_http_xslt_filter_module = {
NULL, /* init process */
NULL, /* init thread */
NULL, /* exit thread */
ngx_http_xslt_filter_exit, /* exit process */
ngx_http_xslt_filter_exit, /* exit process */
ngx_http_xslt_filter_exit, /* exit master */
NGX_MODULE_V1_PADDING
};