comparison src/http/modules/ngx_http_ssi_filter_module.c @ 3642:ac33852faaac

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2010 16:34:54 +0000
parents dd1570b6f237
children 0d492ae53a57
comparison
equal deleted inserted replaced
3641:6802ba529ec4 3642:ac33852faaac
429 429
430 slcf = ngx_http_get_module_loc_conf(r, ngx_http_ssi_filter_module); 430 slcf = ngx_http_get_module_loc_conf(r, ngx_http_ssi_filter_module);
431 431
432 while (ctx->in || ctx->buf) { 432 while (ctx->in || ctx->buf) {
433 433
434 if (ctx->buf == NULL ){ 434 if (ctx->buf == NULL) {
435 ctx->buf = ctx->in->buf; 435 ctx->buf = ctx->in->buf;
436 ctx->in = ctx->in->next; 436 ctx->in = ctx->in->next;
437 ctx->pos = ctx->buf->pos; 437 ctx->pos = ctx->buf->pos;
438 } 438 }
439 439