summaryrefslogtreecommitdiff
path: root/formats/msgsm.h
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
commitce3d56920b15facbb64b3caf0d823a3f57c0dded (patch)
tree0ea4a13885afb281237b3747e85eb6315863ae0a /formats/msgsm.h
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'formats/msgsm.h')
-rw-r--r--formats/msgsm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/msgsm.h b/formats/msgsm.h
index ba7738f1d..bb46a3a61 100644
--- a/formats/msgsm.h
+++ b/formats/msgsm.h
@@ -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;