]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tabs instead of spaces
authorChristopher Rienzo <chris@rienzo.net>
Fri, 22 Mar 2013 03:18:31 +0000 (23:18 -0400)
committerChristopher Rienzo <chris@rienzo.net>
Fri, 22 Mar 2013 03:18:31 +0000 (23:18 -0400)
src/switch_ivr_async.c

index 10da36736ff30faf1b33302c8b685318b53b9e14..1e1e10eeaa3d6548ccf35777094100b053f131e1 100644 (file)
@@ -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;