diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2015-03-03 01:15:21 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2015-03-03 01:15:21 +0300 |
commit | a0d543595db9d8da5cd2c226cd47e94c463a9163 (patch) | |
tree | b91981691f9c684216f27a0f311c10591debbd86 /src | |
parent | 14a93c5a150500928d707f7ba3ded1ae1427dab6 (diff) | |
download | nginx-a0d543595db9d8da5cd2c226cd47e94c463a9163.tar.gz nginx-a0d543595db9d8da5cd2c226cd47e94c463a9163.zip |
Style.
Noted by Ruslan Ermilov.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_upstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |