Skip to content

Commit

Permalink
style: fixed a line exceeding 80 columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jun 23, 2015
1 parent c86da5b commit f0ab358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ngx_http_iconv_module.c
Expand Up @@ -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) {
Expand Down

0 comments on commit f0ab358

Please sign in to comment.