mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix
This commit is contained in:
@@ -194,7 +194,7 @@ ngx_module_t ngx_http_xslt_filter_module = {
|
|||||||
NULL, /* init process */
|
NULL, /* init process */
|
||||||
NULL, /* init thread */
|
NULL, /* init thread */
|
||||||
NULL, /* exit 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_http_xslt_filter_exit, /* exit master */
|
||||||
NGX_MODULE_V1_PADDING
|
NGX_MODULE_V1_PADDING
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user