# HG changeset patch # User Igor Sysoev # Date 1316013971 0 # Node ID 637912848b08360e729d11e4686c359f05c244d0 # Parent b1e19ba949fa220b194137132f199d3ba0f4286c Style fix. diff --git a/src/http/modules/ngx_http_mp4_module.c b/src/http/modules/ngx_http_mp4_module.c --- a/src/http/modules/ngx_http_mp4_module.c +++ b/src/http/modules/ngx_http_mp4_module.c @@ -1718,7 +1718,8 @@ ngx_http_mp4_read_stsd_atom(ngx_http_mp4 ngx_mp4_set_atom_name(stsd_atom, 's', 't', 's', 'd'); if ((uint64_t) (sizeof(ngx_mp4_stsd_atom_t) - sizeof(ngx_mp4_atom_header_t)) - > atom_data_size) { + > atom_data_size) + { ngx_log_error(NGX_LOG_ERR, mp4->file.log, 0, "\"%s\" mp4 stsd atom too large", mp4->file.name.data);