mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 03:50:10 +00:00
FS-7513: cleanup white spaces
This commit is contained in:
parent
10824c0eca
commit
7764b4ea32
@ -773,7 +773,6 @@ static void conference_parse_layouts(conference_obj_t *conference)
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (x < 0 || y < 0 || scale < 0 || !name) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "invalid image\n");
|
||||
continue;
|
||||
@ -11349,7 +11348,6 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c
|
||||
}
|
||||
|
||||
if (video_layout_name) {
|
||||
|
||||
if (!strncasecmp(video_layout_name, "group:", 6)) {
|
||||
if (!switch_core_hash_find(conference->layout_group_hash, video_layout_name + 6)) {
|
||||
video_layout_name = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user