[vlc-commits] lpcm: remove stray whitespace

Steve Lhomme git at videolan.org
Mon Nov 4 16:49:30 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Nov  4 16:47:51 2019 +0100| [d43d77f3072230f28d994398618765081304164e] | committer: Steve Lhomme

lpcm: remove stray whitespace

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d43d77f3072230f28d994398618765081304164e
---

 modules/codec/lpcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/lpcm.c b/modules/codec/lpcm.c
index 9832e6db1a..38a3e9fcbf 100644
--- a/modules/codec/lpcm.c
+++ b/modules/codec/lpcm.c
@@ -1039,7 +1039,7 @@ static int BdHeader( decoder_sys_t *p_sys,
     default:
         return -1;
     }
-    switch( (h >> 8) & 0x0f ) 
+    switch( (h >> 8) & 0x0f )
     {
     case 1:
         *pi_rate = 48000;



More information about the vlc-commits mailing list