]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Wed, 15 Jul 2009 14:50:51 +0000 (14:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 15 Jul 2009 14:50:51 +0000 (14:50 +0000)
src/http/modules/ngx_http_xslt_filter_module.c

index 87828f96229277ecc6a015d3f039ab522e1186da..c43747b06d8d24ab9442948a40faf4794f04792d 100644 (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
 };