aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-12-12 20:28:48 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2013-12-12 20:28:48 +0400
commit0c585adfd40ec2757053701fe2aae6cb6948cbeb (patch)
tree00a85546fa038545477aa385f0c37d03bb885974 /src
parent2576530c5123da466f75169418386887748b99b1 (diff)
downloadnginx-0c585adfd40ec2757053701fe2aae6cb6948cbeb.tar.gz
nginx-0c585adfd40ec2757053701fe2aae6cb6948cbeb.zip
Trailing whitespace fix.
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_uwsgi_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c
index 0cfaedead..0ddea57df 100644
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -510,7 +510,7 @@ ngx_http_uwsgi_handler(ngx_http_request_t *r)
} else {
ngx_str_set(&u->schema, "uwsgi://");
- }
+ }
#else
ngx_str_set(&u->schema, "uwsgi://");
#endif