changeset 3705:7ac6757fa391

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Jul 2010 15:29:16 +0000
parents f220e5a5fb5e
children ea908f6ae499
files src/http/ngx_http_upstream.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -2975,8 +2975,7 @@ ngx_http_upstream_finalize_request(ngx_h
         time_t  valid;
 
         ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                       "http upstream cache fd: %d",
-                       r->cache->file.fd);
+                       "http upstream cache fd: %d", r->cache->file.fd);
 
         if (rc == NGX_HTTP_BAD_GATEWAY || rc == NGX_HTTP_GATEWAY_TIME_OUT) {