From cf7d82586dd3c6da02bc7325ca06fd8a13967dfc Mon Sep 17 00:00:00 2001 From: Agostino Pinna Date: Mon, 12 Apr 2021 21:13:11 +0100 Subject: [PATCH] #1158 - Fix indentation --- src/mod/endpoints/mod_verto/mod_verto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mod/endpoints/mod_verto/mod_verto.c b/src/mod/endpoints/mod_verto/mod_verto.c index aaccda8334..4adea9575c 100644 --- a/src/mod/endpoints/mod_verto/mod_verto.c +++ b/src/mod/endpoints/mod_verto/mod_verto.c @@ -3536,10 +3536,10 @@ static switch_bool_t verto__info_func(const char *method, cJSON *params, jsock_t } else { if (!strcasecmp(dest_proto, "global")) { - switch_core_chat_send("GLOBAL", event); + switch_core_chat_send("GLOBAL", event); - } else { - switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "skip_global_process", "true"); + } else { + switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "skip_global_process", "true"); switch_core_chat_send(dest_proto, event); } }