diff src/http/ngx_http.c @ 3823:b1add8bfad83

style fix
author Igor Sysoev <igor@sysoev.ru>
date Sun, 12 Dec 2010 20:11:31 +0000
parents 098cd8119861
children 4ee02b872591
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1502,7 +1502,7 @@ ngx_http_server_names(ngx_conf_t *cf, ng
             }
 
             if (rc == NGX_BUSY) {
-            ngx_log_error(NGX_LOG_WARN, cf->log, 0,
+                ngx_log_error(NGX_LOG_WARN, cf->log, 0,
                               "conflicting server name \"%V\" on %s, ignored",
                               &name[n].name, addr->opt.addr);
             }