]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Wed, 28 Mar 2007 14:38:33 +0000 (14:38 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 28 Mar 2007 14:38:33 +0000 (14:38 +0000)
src/http/ngx_http_core_module.c

index 0a686c33ab60f91e1d611dfb0c22b9ef744a17fa..e684d111cf3a80d5189411c181b80bd9bfe2c3e0 100644 (file)
@@ -874,7 +874,8 @@ ngx_http_update_location_config(ngx_http_request_t *r)
     }
 
     if (r == r->main) {
-            r->connection->log->file = clcf->err_log->file;
+        r->connection->log->file = clcf->err_log->file;
+
         if (!(r->connection->log->log_level & NGX_LOG_DEBUG_CONNECTION)) {
             r->connection->log->log_level = clcf->err_log->log_level;
         }