mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 06:46:16 +08:00
style fix
This commit is contained in:
parent
e9b01c0aa6
commit
c30d6da7db
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user