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

index 7e039fb3a02033da54c44151644e412b3ac9d072..8c9fad6f93ce44c9fc85133b21b5527a9e270d58 100644 (file)
@@ -367,7 +367,7 @@ no_charset_map:
 
     ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
                   "no \"charset_map\" between the charsets \"%V\" and \"%V\"",
-                   from, to);
+                  from, to);
 
     return ngx_http_next_header_filter(r);
 }