[nginx] Style.
Maxim Dounin
mdounin at mdounin.ru
Mon Mar 2 22:30:34 UTC 2015
details: http://hg.nginx.org/nginx/rev/ab660d7c9980
branches:
changeset: 5996:ab660d7c9980
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Mar 03 01:15:21 2015 +0300
description:
Style.
Noted by Ruslan Ermilov.
diffstat:
src/http/ngx_http_upstream.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
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;
More information about the nginx-devel
mailing list