diff src/http/modules/ngx_http_flv_module.c @ 1560:25ee6eee7573

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 18:42:00 +0000
parents e3134867a810
children f5f124fbfa3b
line wrap: on
line diff
--- 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 
     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) {