From: Maxim Dounin Date: Mon, 2 Mar 2015 22:15:21 +0000 (+0300) Subject: Style. X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=a0d543595db9d8da5cd2c226cd47e94c463a9163;p=nginx.git Style. Noted by Ruslan Ermilov. --- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index baf2dd9ad..701978139 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -3426,8 +3426,8 @@ static void ngx_http_upstream_process_request(ngx_http_request_t *r, ngx_http_upstream_t *u) { - ngx_temp_file_t *tf; - ngx_event_pipe_t *p; + ngx_temp_file_t *tf; + ngx_event_pipe_t *p; p = u->pipe;