[vlc-commits] shine: Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Tue Oct 3 17:23:15 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep 28 15:34:57 2017 +0200| [8ae1fa3ad65a250a3ec1468c562e021630fbcad6] | committer: Hugo Beauzée-Luyssen

shine: Remove trailing whitespaces

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

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

diff --git a/modules/codec/shine.c b/modules/codec/shine.c
index 0b46c8c57c..2aff3f6331 100644
--- a/modules/codec/shine.c
+++ b/modules/codec/shine.c
@@ -129,7 +129,7 @@ static int OpenEncoder( vlc_object_t *p_this )
 
     shine_set_config_mpeg_defaults(&cfg.mpeg);
     cfg.mpeg.bitr = p_enc->fmt_out.i_bitrate / 1000;
- 
+
     if (shine_check_config(cfg.wave.samplerate, cfg.mpeg.bitr) == -1) {
         msg_Err(p_enc, "Invalid bitrate %d\n", cfg.mpeg.bitr);
         free(p_sys);



More information about the vlc-commits mailing list