From acc7a6c78b266e3ef0e1f91ee405af92a0989dec Mon Sep 17 00:00:00 2001 From: Koen Vos Date: Fri, 28 Oct 2011 19:44:26 -0400 Subject: Reformatting changes with an update to the MSVC project files --- silk/CNG.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'silk/CNG.c') diff --git a/silk/CNG.c b/silk/CNG.c index 0b43b865..d67e872d 100644 --- a/silk/CNG.c +++ b/silk/CNG.c @@ -60,7 +60,7 @@ static inline void silk_CNG_exc( } void silk_CNG_Reset( - silk_decoder_state *psDec /* I/O Decoder state */ + silk_decoder_state *psDec /* I/O Decoder state */ ) { opus_int i, NLSF_step_Q15, NLSF_acc_Q15; @@ -77,10 +77,10 @@ void silk_CNG_Reset( /* Updates CNG estimate, and applies the CNG when packet was lost */ void silk_CNG( - silk_decoder_state *psDec, /* I/O Decoder state */ - silk_decoder_control *psDecCtrl, /* I/O Decoder control */ - opus_int16 frame[], /* I/O Signal data */ - opus_int length /* I Length of residual */ + silk_decoder_state *psDec, /* I/O Decoder state */ + silk_decoder_control *psDecCtrl, /* I/O Decoder control */ + opus_int16 frame[], /* I/O Signal */ + opus_int length /* I Length of residual */ ) { opus_int i, j, subfr; -- cgit v1.2.3