Style.

Noted by Ruslan Ermilov.
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index baf2dd9..7019781 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -3426,8 +3426,8 @@
 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;