From 723da4b5fc2a8ab18826cfd8d767f43e68961389 Mon Sep 17 00:00:00 2001 From: Antonio Silva Date: Wed, 19 Apr 2023 09:21:10 +0100 Subject: [PATCH] remove extra spaces --- src/switch_ivr.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 093d7a0c91..962b00ea77 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -1563,10 +1563,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_hold(switch_core_session_t *session, switch_event_fire(&event); } - - - - return SWITCH_STATUS_SUCCESS; }