| commit | d3db9ea51e0fd7adffd81fb1bd8229152a2ed4b5 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Oct 09 18:42:00 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Oct 09 18:42:00 2007 +0000 |
| tree | a2703b039fa54948e74b44e7112c0a24512f25c5 | |
| parent | 7ed63ee75f3dda705744c081a09f7e64f4432150 [diff] [blame] |
style fix: remove trailing spaces
diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c index 3de4ebf..b26ab69 100644 --- a/src/http/modules/ngx_http_flv_module.c +++ b/src/http/modules/ngx_http_flv_module.c
@@ -110,7 +110,7 @@ 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) {