replace spaces with tabs in mod_spandsp
This commit is contained in:
parent
0235d6a6fb
commit
913b39830f
|
@ -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));
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue