From: Igor Sysoev Date: Wed, 12 May 2010 15:56:54 +0000 (+0000) Subject: style fix: remove blank line X-Git-Tag: release-0.8.37~11 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=ff6adfd74047e0f1e892cfb283f357099e4f1b10;p=nginx.git style fix: remove blank line --- 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;