white space cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7378 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
adbabc5931
commit
a19d3f42bc
|
@ -46,7 +46,6 @@ static switch_status_t switch_g722_init(switch_codec_t *codec, switch_codec_flag
|
|||
int encoding, decoding;
|
||||
struct g722_context *context = NULL;
|
||||
|
||||
|
||||
encoding = (flags & SWITCH_CODEC_FLAG_ENCODE);
|
||||
decoding = (flags & SWITCH_CODEC_FLAG_DECODE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue