]> git.kaiwu.me - nginx.git/commitdiff
Style fix.
authorIgor Sysoev <igor@sysoev.ru>
Wed, 14 Sep 2011 15:26:11 +0000 (15:26 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 14 Sep 2011 15:26:11 +0000 (15:26 +0000)
src/http/modules/ngx_http_mp4_module.c

index c7319f6e1466b15fec407e15c84a06aebf32b6cb..4761fbc1dc27939c1ace84c4cb4b90b82f89cd74 100644 (file)
@@ -1718,7 +1718,8 @@ ngx_http_mp4_read_stsd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)
     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);