changeset 5996:ab660d7c9980

Style. Noted by Ruslan Ermilov.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Mar 2015 01:15:21 +0300
parents 5f179f344096
children c901f2764c27
files src/http/ngx_http_upstream.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;