changeset 2983:4cc8b90f8cef

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jul 2009 14:50:51 +0000
parents fe23e95ba993
children 097c1242995b
files src/http/modules/ngx_http_xslt_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_xslt_filter_module.c	Tue Jul 14 09:41:18 2009 +0000
+++ b/src/http/modules/ngx_http_xslt_filter_module.c	Wed Jul 15 14:50:51 2009 +0000
@@ -194,7 +194,7 @@
     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
 };