summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_flv_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-09 15:38:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-09 15:38:59 +0000
commitfc3f068bc5d398c12b409e19303c66982276e4a4 (patch)
treec98c151431b07898abd84b3bbf41ef2c7ce4ccc9 /src/http/modules/ngx_http_flv_module.c
parentb50500689ac4ecf72bf73e2a5a46ea4fb6c421aa (diff)
downloadnginx-fc3f068bc5d398c12b409e19303c66982276e4a4.tar.gz
nginx-fc3f068bc5d398c12b409e19303c66982276e4a4.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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c
index daa52777b..7fa736d80 100644
--- a/src/http/modules/ngx_http_flv_module.c
+++ b/src/http/modules/ngx_http_flv_module.c
@@ -183,7 +183,7 @@ ngx_http_flv_handler(ngx_http_request_t *r)
log->action = "sending flv to client";
cln->handler = ngx_pool_cleanup_file;
- clnf = cln->data;
+ clnf = cln->data;
clnf->fd = fd;
clnf->name = path.data;
@@ -194,7 +194,7 @@ ngx_http_flv_handler(ngx_http_request_t *r)
r->headers_out.last_modified_time = ngx_file_mtime(&fi);
if (ngx_http_set_content_type(r) != NGX_OK) {
- return NGX_HTTP_INTERNAL_SERVER_ERROR;
+ return NGX_HTTP_INTERNAL_SERVER_ERROR;
}
b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));