comparison src/http/modules/ngx_http_scgi_module.c @ 5496:9d056f10fb99

Style: removed surplus semicolons.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 27 Dec 2013 18:47:42 +0400
parents e68af4e3396f
children d15822784cf9
comparison
equal deleted inserted replaced
5495:97f6cd787766 5496:9d056f10fb99
1732 1732
1733 sc.cf = cf; 1733 sc.cf = cf;
1734 sc.source = &value[1]; 1734 sc.source = &value[1];
1735 sc.lengths = &scf->upstream.store_lengths; 1735 sc.lengths = &scf->upstream.store_lengths;
1736 sc.values = &scf->upstream.store_values; 1736 sc.values = &scf->upstream.store_values;
1737 sc.variables = ngx_http_script_variables_count(&value[1]);; 1737 sc.variables = ngx_http_script_variables_count(&value[1]);
1738 sc.complete_lengths = 1; 1738 sc.complete_lengths = 1;
1739 sc.complete_values = 1; 1739 sc.complete_values = 1;
1740 1740
1741 if (ngx_http_script_compile(&sc) != NGX_OK) { 1741 if (ngx_http_script_compile(&sc) != NGX_OK) {
1742 return NGX_CONF_ERROR; 1742 return NGX_CONF_ERROR;