diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-05-12 15:56:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-05-12 15:56:54 +0000 |
commit | ff6adfd74047e0f1e892cfb283f357099e4f1b10 (patch) | |
tree | 5a746f4a79e385b37f1a3d07f2e873fe1caa9e2c /src | |
parent | 50af4061443a01c788c0ecb7dc1e45d2e55b4a43 (diff) | |
download | nginx-ff6adfd74047e0f1e892cfb283f357099e4f1b10.tar.gz nginx-ff6adfd74047e0f1e892cfb283f357099e4f1b10.zip |
style fix: remove blank line
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_xslt_filter_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |