[vlc-commits] zvbi: Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Fri Jun 16 15:22:49 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jun 16 15:22:28 2017 +0200| [8bc91ee407c398abfdd66881dab5841952721ddc] | committer: Hugo Beauzée-Luyssen

zvbi: Remove trailing whitespaces

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

 modules/codec/zvbi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index f0eaed917b..fe0439ab90 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -231,9 +231,9 @@ static int Open( vlc_object_t *p_this )
         return VLC_ENOMEM;
     }
 
-    /* Some broadcasters in countries with level 1 and level 1.5 still not send a G0 to do 
+    /* Some broadcasters in countries with level 1 and level 1.5 still not send a G0 to do
      * matches against table 32 of ETSI 300 706. We try to do some best effort guessing
-     * This is not perfect, but might handle some cases where we know the vbi language 
+     * This is not perfect, but might handle some cases where we know the vbi language
      * is known. It would be better if people started sending G0 */
     for( int i = 0; ppsz_default_triplet[i] != NULL; i++ )
     {



More information about the vlc-commits mailing list