style fix: remove blank line

This commit is contained in:
Igor Sysoev 2010-05-12 15:56:54 +00:00
parent 50af406144
commit ff6adfd740

View File

@ -1144,7 +1144,6 @@ found:
if (ngx_http_compile_complex_value(&ccv) != NGX_OK) { if (ngx_http_compile_complex_value(&ccv) != NGX_OK) {
return NGX_CONF_ERROR; return NGX_CONF_ERROR;
} }
} }
return NGX_CONF_OK; return NGX_CONF_OK;