]> git.kaiwu.me - nginx.git/commitdiff
Style: removed surplus semicolons.
authorValentin Bartenev <vbart@nginx.com>
Fri, 27 Dec 2013 14:47:42 +0000 (18:47 +0400)
committerValentin Bartenev <vbart@nginx.com>
Fri, 27 Dec 2013 14:47:42 +0000 (18:47 +0400)
src/http/modules/ngx_http_mp4_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c

index c44dc52c9bdc4fd43e63d6ebf947e4a58e2984cf..d900fb8d161ea8d59c36728f2786a02bdd838c95 100644 (file)
@@ -542,7 +542,7 @@ ngx_http_mp4_handler(ngx_http_request_t *r)
 
         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;
index d396b27c84e523bf92888c8e4fb5d4157d0886b1..70f6ac1de29405cd9e8541a2d35db13fbbe134b6 100644 (file)
@@ -1734,7 +1734,7 @@ ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
     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;
 
index 0ddea57df18177a47cfc3dccfddf15ec2631ff6b..f55e606c8f1586d84fea31c6cf0b3dc9e101fa26 100644 (file)
@@ -1916,7 +1916,7 @@ ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
     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;