comparison ngx_http_bytes_filter_module.c @ 19:57365655ee44

Whitespace cleanup, no functional changes.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Nov 2009 13:51:58 +0300
parents c3bd9d8ab52a
children 180d415c0e59
comparison
equal deleted inserted replaced
18:c3bd9d8ab52a 19:57365655ee44
362 362
363 b->last_buf = 1; 363 b->last_buf = 1;
364 364
365 cl->buf = b; 365 cl->buf = b;
366 cl->next = NULL; 366 cl->next = NULL;
367 367
368 return ngx_http_next_body_filter(r, cl); 368 return ngx_http_next_body_filter(r, cl);
369 } 369 }
370 370
371 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 371 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
372 "bytes body filter: last buffer, %d", size); 372 "bytes body filter: last buffer, %d", size);