changeset 3550:9f715c9e5b82

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 17:46:01 +0000
parents 0b3613117ac5
children fb4cbe681e81
files src/http/modules/ngx_http_uwsgi_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;