changeset 1589:4705b76bb08b

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 16:20:21 +0000
parents 86fbcc394564
children 8f8e0a60685f
files src/http/modules/ngx_http_charset_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_charset_filter_module.c
+++ b/src/http/modules/ngx_http_charset_filter_module.c
@@ -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);
 }