Skip to content

Commit 8cc2a64

Browse files
committed
fixed formatting
1 parent ac5df69 commit 8cc2a64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hls/ngx_rtmp_hls_module.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,12 +1134,12 @@ ngx_rtmp_hls_video(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
11341134
static void *
11351135
ngx_rtmp_hls_create_app_conf(ngx_conf_t *cf)
11361136
{
1137-
ngx_rtmp_hls_app_conf_t *conf;
1137+
ngx_rtmp_hls_app_conf_t *conf;
11381138

1139-
conf = ngx_pcalloc(cf->pool, sizeof(ngx_rtmp_hls_app_conf_t));
1140-
if (conf == NULL) {
1141-
return NULL;
1142-
}
1139+
conf = ngx_pcalloc(cf->pool, sizeof(ngx_rtmp_hls_app_conf_t));
1140+
if (conf == NULL) {
1141+
return NULL;
1142+
}
11431143

11441144
conf->hls = NGX_CONF_UNSET;
11451145
conf->fraglen = NGX_CONF_UNSET;

0 commit comments

Comments
 (0)