]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 18 Oct 2007 16:12:55 +0000 (16:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 18 Oct 2007 16:12:55 +0000 (16:12 +0000)
src/http/modules/ngx_http_charset_filter_module.c

index 3328001c6fcc6ab47cbb69720584d28f78d25b02..7e039fb3a02033da54c44151644e412b3ac9d072 100644 (file)
@@ -1519,9 +1519,8 @@ ngx_http_charset_postconfiguration(ngx_conf_t *cf)
         }
 
         ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
-                      " no \"charset_map\" between the charsets "
-                      "\"%V\" and \"%V\"",
-                      &charset[c].name, &charset[recode[i].dst].name);
+                   "no \"charset_map\" between the charsets \"%V\" and \"%V\"",
+                   &charset[c].name, &charset[recode[i].dst].name);
         return NGX_ERROR;
 
     next: