FS-7513: cleanup white spaces

This commit is contained in:
Seven Du 2015-02-06 14:29:11 +08:00 committed by Michael Jerris
parent 10824c0eca
commit 7764b4ea32

View File

@ -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;