remove extra spaces

This commit is contained in:
Antonio Silva 2023-04-19 09:21:10 +01:00
parent d2f745ffd7
commit 723da4b5fc
1 changed files with 0 additions and 4 deletions

View File

@ -1563,10 +1563,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_hold(switch_core_session_t *session,
switch_event_fire(&event); switch_event_fire(&event);
} }
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }