mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -115,7 +115,7 @@ static inline void conv66(gsm_byte * d, wav_byte * c) {
|
||||
gsm_byte frame_chain;
|
||||
unsigned int sr;
|
||||
unsigned int LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4];
|
||||
|
||||
|
||||
readGSM_33(d);
|
||||
sr = 0;
|
||||
sr = (sr >> 6) | (LARc[0] << 10);
|
||||
@@ -459,7 +459,7 @@ static inline void conv65( wav_byte * c, gsm_byte * d){
|
||||
unsigned int LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4];
|
||||
/* silence bogus compiler warning */
|
||||
unsigned int xmc[13*4] = { 0, };
|
||||
|
||||
|
||||
sr = *c++;
|
||||
LARc[0] = sr & 0x3f; sr >>= 6;
|
||||
sr |= (uword)*c++ << 2;
|
||||
|
||||
Reference in New Issue
Block a user