# HG changeset patch # User Igor Sysoev # Date 1290779908 0 # Node ID 254c09d0f7913d1ab84653d5c8c26d96ace2f7b8 # Parent 147d8a86dd023d89144de3a8f4d6706bd425410a style fix diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -53,7 +53,7 @@ typedef struct { ngx_uint_t status; time_t response_sec; ngx_uint_t response_msec; - off_t response_length; + off_t response_length; ngx_str_t *peer; } ngx_http_upstream_state_t;