]> git.sesse.net Git - vlc/commitdiff
lua vimeo playlist: Remove trailing tab
authorFrançois Revol <revol@free.fr>
Wed, 12 Sep 2012 09:40:01 +0000 (11:40 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 12 Sep 2012 11:02:55 +0000 (13:02 +0200)
Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/playlist/vimeo.lua

index 8c98bb63b49b16df5836ec23259b127eac550135..6d3888082d41ba1f29af3a1086f9d8fd2b9819b5 100644 (file)
@@ -96,7 +96,7 @@ function parse()
                 _,_,height = string.find (line, "\"height\":([0-9]*)," )
             end
         end
-       
+
                if not codec then
                        vlc.msg.warn("unable to find codec info")
                        return nil