# HG changeset patch # User Igor Sysoev # Date 1273679814 0 # Node ID 05e964be70a2877f25024f49aa7db49be0aac33b # Parent 76fc7ad463cb84b741a7acce804e29cdfa81fac0 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 --- 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;