summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-01 17:46:01 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-01 17:46:01 +0000
commit26b621dd6700652071c557a4778613dee2dc3499 (patch)
treeaafa686cb83aef212e57329966af93c248783eb0 /src
parente45b892e7bb972baf2cb46e226d6919b41e2a75f (diff)
downloadnginx-26b621dd6700652071c557a4778613dee2dc3499.tar.gz
nginx-26b621dd6700652071c557a4778613dee2dc3499.tar.bz2
style fix
Diffstat (limited to '')
-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 51ab1825a..2e9caccd5 100644
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -43,7 +43,7 @@ typedef struct {
ngx_array_t *uwsgi_lengths;
ngx_array_t *uwsgi_values;
- ngx_str_t uwsgi_string ;
+ ngx_str_t uwsgi_string;
u_char modifier1;
u_char modifier2;