diff src/http/modules/ngx_http_flv_module.c @ 8123:1c3b78d7cdc9

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 28 Jan 2023 05:20:23 +0300
parents 7a55311b0dc3
children f5515e727656
line wrap: on
line diff
--- a/src/http/modules/ngx_http_flv_module.c
+++ b/src/http/modules/ngx_http_flv_module.c
@@ -232,7 +232,7 @@ ngx_http_flv_handler(ngx_http_request_t 
     b->file_pos = start;
     b->file_last = of.size;
 
-    b->in_file = b->file_last ? 1: 0;
+    b->in_file = b->file_last ? 1 : 0;
     b->last_buf = (r == r->main) ? 1 : 0;
     b->last_in_chain = 1;