[vlc-commits] lua vimeo playlist: Remove trailing tab

François Revol git at videolan.org
Wed Sep 12 13:03:05 CEST 2012


vlc | branch: master | François Revol <revol at free.fr> | Wed Sep 12 11:40:01 2012 +0200| [f332caaf5285d8f839063c9bbf6779d2252f497c] | committer: Jean-Baptiste Kempf

lua vimeo playlist: Remove trailing tab

Signed-off-by: François Revol <revol at free.fr>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 share/lua/playlist/vimeo.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/lua/playlist/vimeo.lua b/share/lua/playlist/vimeo.lua
index 8c98bb6..6d38880 100644
--- a/share/lua/playlist/vimeo.lua
+++ b/share/lua/playlist/vimeo.lua
@@ -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



More information about the vlc-commits mailing list