# HG changeset patch # User Maxim Dounin # Date 1425334521 -10800 # Node ID ab660d7c9980755a1d343a4d269929cc54a42884 # Parent 5f179f34409649a896f71cd2e2ad34eab62b410d Style. Noted by Ruslan Ermilov. diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c --- 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;