From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- res/res_fax_spandsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/res_fax_spandsp.c') diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c index 0152b00dd..26f9ed372 100644 --- a/res/res_fax_spandsp.c +++ b/res/res_fax_spandsp.c @@ -859,7 +859,7 @@ static int spandsp_fax_gateway_start(struct ast_fax_session *s) t38_set_fill_bit_removal(p->t38_core_state, t38_param->fill_bit_removal); t38_set_mmr_transcoding(p->t38_core_state, t38_param->transcoding_mmr); t38_set_jbig_transcoding(p->t38_core_state, t38_param->transcoding_jbig); - t38_set_data_rate_management_method(p->t38_core_state, + t38_set_data_rate_management_method(p->t38_core_state, (t38_param->rate_management == AST_T38_RATE_MANAGEMENT_TRANSFERRED_TCF)? 1 : 2); t38_gateway_set_transmit_on_idle(&p->t38_gw_state, TRUE); @@ -868,7 +868,7 @@ static int spandsp_fax_gateway_start(struct ast_fax_session *s) t38_gateway_set_supported_modems(&p->t38_gw_state, spandsp_modems(s->details)); - /* engage udptl nat on other side of T38 line + /* engage udptl nat on other side of T38 line * (Asterisk changes media ports thus we send a few packets to reinitialize * pinholes in NATs and FWs */ -- cgit v1.2.3