Skip to content

Commit 51ab327

Browse files
committed
fixed style
1 parent 69c090d commit 51ab327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls/ngx_rtmp_mpegts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ngx_int_t ngx_rtmp_mpegts_open_file(ngx_rtmp_mpegts_file_t *file, u_char *path,
3939
ngx_log_t *log);
4040
ngx_int_t ngx_rtmp_mpegts_close_file(ngx_rtmp_mpegts_file_t *file);
4141
ngx_int_t ngx_rtmp_mpegts_write_frame(ngx_rtmp_mpegts_file_t *file,
42-
ngx_rtmp_mpegts_frame_t *f, ngx_buf_t *b);
42+
ngx_rtmp_mpegts_frame_t *f, ngx_buf_t *b);
4343

4444

4545
#endif /* _NGX_RTMP_MPEGTS_H_INCLUDED_ */

0 commit comments

Comments
 (0)