comparison src/http/modules/ngx_http_ssi_filter_module.c @ 2024:7018254cc006

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 12:09:41 +0000
parents 685048830623
children 3f75a582a11e
comparison
equal deleted inserted replaced
2023:7d58e319285e 2024:7018254cc006
1635 } 1635 }
1636 } 1636 }
1637 1637
1638 quoted = 0; 1638 quoted = 0;
1639 1639
1640 for (i = 0 ; i < text->len; i++) { 1640 for (i = 0; i < text->len; i++) {
1641 ch = text->data[i]; 1641 ch = text->data[i];
1642 1642
1643 if (!quoted) { 1643 if (!quoted) {
1644 1644
1645 if (ch == '\\') { 1645 if (ch == '\\') {