提交 604101b2 authored 作者: Raul Fragoso's avatar Raul Fragoso

Replace tabs with spaces


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib@13972 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5a09922c
......@@ -1272,14 +1272,14 @@ static int32 Kstdcall khomp_event_callback(int32 obj, K3L_EVENT * e)
default:
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New Event has just arrived on %u with untreated code: %x\n", obj, e->Code);
}
return ksSuccess;
}
static void Kstdcall khomp_audio_listener (int32 deviceid, int32 mixer, byte * read_buffer, int32 read_size)
{
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New audio buffer for deviceid %d, mixer %d, with size %d\n", deviceid, mixer, read_size);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New audio buffer for deviceid %d, mixer %d, with size %d\n", deviceid, mixer, read_size);
}
/* For Emacs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论