replace spaces with tabs in mod_spandsp

This commit is contained in:
Christopher Rienzo 2012-07-19 00:03:47 +00:00
parent 0235d6a6fb
commit 913b39830f
5 changed files with 1265 additions and 1268 deletions

View File

@ -773,8 +773,6 @@ static switch_bool_t callprogress_detector_process_buffer(switch_media_bug_t *bu
case SWITCH_ABC_TYPE_READ_REPLACE:
{
switch_frame_t *frame;
const char *detected_tone = NULL;
if (!detector->spandsp_detector) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "(%s) detector is destroyed\n", switch_channel_get_name(channel));

View File

@ -619,7 +619,6 @@ static void phase_e_handler(t30_state_t *s, void *user_data, int result)
}
switch_channel_execute_on(channel, "execute_on_fax_failure");
}
}
static int t38_tx_packet_handler(t38_core_state_t *s, void *user_data, const uint8_t *buf, int len, int count)