# HG changeset patch # User Igor Sysoev # Date 1275414361 0 # Node ID 9f715c9e5b829896991fcb7c2182ca4af8c814ac # Parent 0b3613117ac51e72a5e16ace782fb985b37ece68 style fix diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c --- 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;