From a659ddff247785a51b4f0646b7e352380b81d10d Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Tue, 13 Jan 2009 23:48:55 +0000 Subject: [PATCH] tab cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11165 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_dptools/mod_dptools.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index 7650964a8f..a07bf84a39 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -603,14 +603,14 @@ SWITCH_STANDARD_APP(answer_function) SWITCH_STANDARD_APP(presence_function) { char *argv[6] = { 0 }; - int argc; - char *mydata = NULL; + int argc; + char *mydata = NULL; switch_channel_t *channel = switch_core_session_get_channel(session); if (switch_strlen_zero(data) || !(mydata = switch_core_session_strdup(session, data))) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "INVALID ARGS!\n"); - return; - } + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "INVALID ARGS!\n"); + return; + } if ((argc = switch_separate_string(mydata, ' ', argv, sizeof(argv) / sizeof(argv[0]))) < 2) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "INVALID ARGS!\n"); @@ -2105,7 +2105,7 @@ static switch_call_cause_t group_outgoing_channel(switch_core_session_t *session } - done: + done: if (dest && dest != template) { switch_safe_free(dest);