[vlc-devel] [PATCH 2/2] lua vimeo playlist: Remove trailing tab

François Revol revol at free.fr
Wed Sep 12 11:40:01 CEST 2012


Signed-off-by: François Revol <revol at free.fr>
---
 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
-- 
1.7.10.4




More information about the vlc-devel mailing list