changeset 3965:90b0487fba44

style fix
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Jul 2011 16:06:24 +0000
parents ff127ba3b091
children 9c425f22ea36
files src/http/ngx_http_file_cache.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -858,7 +858,7 @@ ngx_http_cache_send(ngx_http_request_t *
     c = r->cache;
 
     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                  "http file cache send: %s", c->file.name.data);
+                   "http file cache send: %s", c->file.name.data);
 
     /* we need to allocate all before the header would be sent */