From: Igor Sysoev Date: Fri, 26 Nov 2010 13:58:28 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.9.0~7 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=f83d6cf0f76266df12229ab4eba27e8ecdd193b0;p=nginx.git style fix --- diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index ef460a488..01e2e1e51 100644 --- 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;