diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-10-09 18:42:00 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-10-09 18:42:00 +0000 |
| commit | d3db9ea51e0fd7adffd81fb1bd8229152a2ed4b5 (patch) | |
| tree | a2703b039fa54948e74b44e7112c0a24512f25c5 /src/http/modules/ngx_http_flv_module.c | |
| parent | 7ed63ee75f3dda705744c081a09f7e64f4432150 (diff) | |
| download | nginx-d3db9ea51e0fd7adffd81fb1bd8229152a2ed4b5.tar.gz nginx-d3db9ea51e0fd7adffd81fb1bd8229152a2ed4b5.tar.bz2 | |
style fix: remove trailing spaces
Diffstat (limited to 'src/http/modules/ngx_http_flv_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_flv_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c index 3de4ebfdd..b26ab69c9 100644 --- a/src/http/modules/ngx_http_flv_module.c +++ b/src/http/modules/ngx_http_flv_module.c @@ -110,7 +110,7 @@ ngx_http_flv_handler(ngx_http_request_t *r) of.retest = clcf->open_file_cache_retest; of.errors = clcf->open_file_cache_errors; of.events = clcf->open_file_cache_events; - + rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool); if (rc == NGX_ERROR) { |
