From f0ab358c61fbacc2a7983ddbf250256b96a92816 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Tue, 23 Jun 2015 16:50:02 +0800 Subject: [PATCH] style: fixed a line exceeding 80 columns. --- src/ngx_http_iconv_module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ngx_http_iconv_module.c b/src/ngx_http_iconv_module.c index cffd305..980a342 100644 --- a/src/ngx_http_iconv_module.c +++ b/src/ngx_http_iconv_module.c @@ -453,7 +453,8 @@ ngx_http_do_iconv(ngx_http_request_t *r, ngx_chain_t **c, void *data, if (errno == EILSEQ) { ngx_log_error(NGX_LOG_NOTICE, r->connection->log, 0, - "iconv sees invalid character sequence (EILSEQ)"); + "iconv sees invalid character sequence " + "(EILSEQ)"); if (len >= 1) { if (rest == 0) {