]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jun 2007 14:33:02 +0000 (14:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jun 2007 14:33:02 +0000 (14:33 +0000)
src/http/ngx_http_upstream.c

index a88f5c5e492ecaba7f832f74d2d852bb29575400..392783664c1a109e675332159db0f709e93c9e65 100644 (file)
@@ -969,7 +969,7 @@ ngx_http_upstream_process_header(ngx_event_t *rev)
     }
 
     n = u->peer.connection->recv(u->peer.connection, u->buffer.last,
-                                      u->buffer.end - u->buffer.last);
+                                 u->buffer.end - u->buffer.last);
 
     if (n == NGX_AGAIN) {
 #if 0