提交 b544fbf7 authored 作者: Giovanni Maruzzelli's avatar Giovanni Maruzzelli

skypiax: indent

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16523 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a177f9c3
......@@ -274,7 +274,7 @@ switch_status_t skypiax_tech_init(private_t * tech_pvt, switch_core_session_t *s
}
switch_core_timer_sync(&tech_pvt->timer_write);
#endif// TIMER_WRITE
#endif // TIMER_WRITE
DEBUGA_SKYPE("skypiax_tech_init SUCCESS\n", SKYPIAX_P_LOG);
return SWITCH_STATUS_SUCCESS;
......@@ -486,7 +486,7 @@ static switch_status_t channel_on_destroy(switch_core_session_t *session)
#ifdef TIMER_WRITE
switch_core_timer_destroy(&tech_pvt->timer_write);
#endif// TIMER_WRITE
#endif // TIMER_WRITE
*tech_pvt->session_uuid_str = '\0';
......@@ -783,7 +783,7 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc
#ifdef TIMER_WRITE
switch_core_timer_next(&tech_pvt->timer_write);
#endif// TIMER_WRITE
#endif // TIMER_WRITE
memcpy(tech_pvt->audiobuf_cli, frame->data, frame->datalen);
tech_pvt->flag_audio_cli = 1;
......@@ -833,7 +833,7 @@ static switch_status_t channel_receive_message(switch_core_session_t *session, s
switch_core_timer_sync(&tech_pvt->timer_read);
#ifdef TIMER_WRITE
switch_core_timer_sync(&tech_pvt->timer_write);
#endif// TIMER_WRITE
#endif // TIMER_WRITE
channel_answer_channel(session);
}
break;
......@@ -844,7 +844,7 @@ static switch_status_t channel_receive_message(switch_core_session_t *session, s
switch_core_timer_sync(&tech_pvt->timer_read);
#ifdef TIMER_WRITE
switch_core_timer_sync(&tech_pvt->timer_write);
#endif// TIMER_WRITE
#endif // TIMER_WRITE
break;
default:
{
......@@ -853,7 +853,7 @@ static switch_status_t channel_receive_message(switch_core_session_t *session, s
#ifdef TIMER_WRITE
switch_core_timer_sync(&tech_pvt->timer_write);
#endif// TIMER_WRITE
#endif // TIMER_WRITE
DEBUGA_SKYPE("MSG_ID=%d\n", SKYPIAX_P_LOG, msg->message_id);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论