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

Style: removed surplus semicolons.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 27 Dec 2013 18:47:42 +0400
parents f6258a7092e4
children d15822784cf9
comparison
equal deleted inserted replaced
5495:97f6cd787766 5496:9d056f10fb99
1914 1914
1915 sc.cf = cf; 1915 sc.cf = cf;
1916 sc.source = &value[1]; 1916 sc.source = &value[1];
1917 sc.lengths = &uwcf->upstream.store_lengths; 1917 sc.lengths = &uwcf->upstream.store_lengths;
1918 sc.values = &uwcf->upstream.store_values; 1918 sc.values = &uwcf->upstream.store_values;
1919 sc.variables = ngx_http_script_variables_count(&value[1]);; 1919 sc.variables = ngx_http_script_variables_count(&value[1]);
1920 sc.complete_lengths = 1; 1920 sc.complete_lengths = 1;
1921 sc.complete_values = 1; 1921 sc.complete_values = 1;
1922 1922
1923 if (ngx_http_script_compile(&sc) != NGX_OK) { 1923 if (ngx_http_script_compile(&sc) != NGX_OK) {
1924 return NGX_CONF_ERROR; 1924 return NGX_CONF_ERROR;