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

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2010 16:34:54 +0000
parents 6b8e5c882e47
children 08d7165b6be1
comparison
equal deleted inserted replaced
3641:6802ba529ec4 3642:ac33852faaac
208 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 208 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
209 "http sub filter \"%V\"", &r->uri); 209 "http sub filter \"%V\"", &r->uri);
210 210
211 while (ctx->in || ctx->buf) { 211 while (ctx->in || ctx->buf) {
212 212
213 if (ctx->buf == NULL ){ 213 if (ctx->buf == NULL) {
214 ctx->buf = ctx->in->buf; 214 ctx->buf = ctx->in->buf;
215 ctx->in = ctx->in->next; 215 ctx->in = ctx->in->next;
216 ctx->pos = ctx->buf->pos; 216 ctx->pos = ctx->buf->pos;
217 } 217 }
218 218