]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Sun, 7 Jan 2007 22:44:56 +0000 (22:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 7 Jan 2007 22:44:56 +0000 (22:44 +0000)
src/core/ngx_conf_file.c

index 59a3db2329d254b22d8c19227f6ca3bb2f8e09cb..baa43c91290b6a8879b67c95e09c0cd3d56c5254 100644 (file)
@@ -150,9 +150,9 @@ ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
 
         if (rc == NGX_CONF_FILE_DONE && block) {
             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
-                         "unexpected end of file in %s:%ui, expecting \"}\"",
-                         cf->conf_file->file.name.data,
-                         cf->conf_file->line);
+                          "unexpected end of file in %s:%ui, expecting \"}\"",
+                          cf->conf_file->file.name.data,
+                          cf->conf_file->line);
             rc = NGX_ERROR;
             break;
         }
@@ -179,9 +179,9 @@ ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
             }
 
             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
-                         "%s in %s:%ui",
-                         rv, cf->conf_file->file.name.data,
-                         cf->conf_file->line);
+                          "%s in %s:%ui",
+                          rv, cf->conf_file->file.name.data,
+                          cf->conf_file->line);
             rc = NGX_ERROR;
             break;
         }