From ff6adfd74047e0f1e892cfb283f357099e4f1b10 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 12 May 2010 15:56:54 +0000 Subject: style fix: remove blank line --- src/http/modules/ngx_http_xslt_filter_module.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/http/modules/ngx_http_xslt_filter_module.c b/src/http/modules/ngx_http_xslt_filter_module.c index 528a187a1..bb11afa4c 100644 --- a/src/http/modules/ngx_http_xslt_filter_module.c +++ b/src/http/modules/ngx_http_xslt_filter_module.c @@ -1144,7 +1144,6 @@ found: if (ngx_http_compile_complex_value(&ccv) != NGX_OK) { return NGX_CONF_ERROR; } - } return NGX_CONF_OK; -- cgit