From 0481ce78ffd9111289208079be1dff4c9a14739f Mon Sep 17 00:00:00 2001 From: Christopher Rienzo Date: Thu, 21 Mar 2013 23:18:31 -0400 Subject: [PATCH] tabs instead of spaces --- src/switch_ivr_async.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 10da36736f..1e1e10eeaa 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -982,9 +982,9 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_displace_session(switch_core_session_ switch_codec_implementation_t read_impl = { 0 }; switch_core_session_get_read_impl(session, &read_impl); - if ((p = switch_channel_get_variable(channel, "DISPLACE_HANGUP_ON_ERROR"))) { - hangup_on_error = switch_true(p); - } + if ((p = switch_channel_get_variable(channel, "DISPLACE_HANGUP_ON_ERROR"))) { + hangup_on_error = switch_true(p); + } if (zstr(file)) { return SWITCH_STATUS_FALSE;