comparison src/http/modules/ngx_http_flv_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 836f099aa5cb
children c4f666fc3a7e
comparison
equal deleted inserted replaced
786:5dc3ba0d6388 787:b310630d129e
214 214
215 out[0].buf = b; 215 out[0].buf = b;
216 out[0].next = &out[1]; 216 out[0].next = &out[1];
217 217
218 } else { 218 } else {
219 r->allow_ranges = 1; 219 r->allow_ranges = 1;
220 } 220 }
221 221
222 222
223 b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t)); 223 b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
224 if (b == NULL) { 224 if (b == NULL) {