Welcome! Log In Create A New Profile

Advanced

[nginx] Style: removed surplus semicolons.

Valentin Bartenev
December 27, 2013 09:50AM
details: http://hg.nginx.org/nginx/rev/9d056f10fb99
branches:
changeset: 5496:9d056f10fb99
user: Valentin Bartenev <vbart@nginx.com>
date: Fri Dec 27 18:47:42 2013 +0400
description:
Style: removed surplus semicolons.

diffstat:

src/http/modules/ngx_http_mp4_module.c | 2 +-
src/http/modules/ngx_http_scgi_module.c | 2 +-
src/http/modules/ngx_http_uwsgi_module.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 97f6cd787766 -r 9d056f10fb99 src/http/modules/ngx_http_mp4_module.c
--- a/src/http/modules/ngx_http_mp4_module.c Thu Dec 26 17:03:16 2013 +0400
+++ b/src/http/modules/ngx_http_mp4_module.c Fri Dec 27 18:47:42 2013 +0400
@@ -542,7 +542,7 @@ ngx_http_mp4_handler(ngx_http_request_t

mp4->file.fd = of.fd;
mp4->file.name = path;
- mp4->file.log = r->connection->log;;
+ mp4->file.log = r->connection->log;
mp4->end = of.size;
mp4->start = (ngx_uint_t) start;
mp4->request = r;
diff -r 97f6cd787766 -r 9d056f10fb99 src/http/modules/ngx_http_scgi_module.c
--- a/src/http/modules/ngx_http_scgi_module.c Thu Dec 26 17:03:16 2013 +0400
+++ b/src/http/modules/ngx_http_scgi_module.c Fri Dec 27 18:47:42 2013 +0400
@@ -1734,7 +1734,7 @@ ngx_http_scgi_store(ngx_conf_t *cf, ngx_
sc.source = &value[1];
sc.lengths = &scf->upstream.store_lengths;
sc.values = &scf->upstream.store_values;
- sc.variables = ngx_http_script_variables_count(&value[1]);;
+ sc.variables = ngx_http_script_variables_count(&value[1]);
sc.complete_lengths = 1;
sc.complete_values = 1;

diff -r 97f6cd787766 -r 9d056f10fb99 src/http/modules/ngx_http_uwsgi_module.c
--- a/src/http/modules/ngx_http_uwsgi_module.c Thu Dec 26 17:03:16 2013 +0400
+++ b/src/http/modules/ngx_http_uwsgi_module.c Fri Dec 27 18:47:42 2013 +0400
@@ -1916,7 +1916,7 @@ ngx_http_uwsgi_store(ngx_conf_t *cf, ngx
sc.source = &value[1];
sc.lengths = &uwcf->upstream.store_lengths;
sc.values = &uwcf->upstream.store_values;
- sc.variables = ngx_http_script_variables_count(&value[1]);;
+ sc.variables = ngx_http_script_variables_count(&value[1]);
sc.complete_lengths = 1;
sc.complete_values = 1;


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Style: removed surplus semicolons.

Valentin Bartenev 706 December 27, 2013 09:50AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 156
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready