comparison src/http/modules/ngx_http_ssi_filter_module.c @ 787:b310630d129e

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Oct 2006 16:13:49 +0000
parents 5a164305b960
children 362d156f0278
comparison
equal deleted inserted replaced
786:5dc3ba0d6388 787:b310630d129e
1552 1552
1553 if (i >= part->nelts) { 1553 if (i >= part->nelts) {
1554 if (part->next == NULL) { 1554 if (part->next == NULL) {
1555 break; 1555 break;
1556 } 1556 }
1557 1557
1558 part = part->next; 1558 part = part->next;
1559 var = part->elts; 1559 var = part->elts;
1560 i = 0; 1560 i = 0;
1561 } 1561 }
1562 1562