[vlc-devel] commit: Removing tabs from previous commits. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 22 23:27:14 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 22 23:26:59 2010 +0100| [426550fe2315553ccdfde0639f8e1e536598bc12] | committer: Jean-Baptiste Kempf 

Removing tabs from previous commits.

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

 share/lua/meta/art/10_googleimage.lua |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/share/lua/meta/art/10_googleimage.lua b/share/lua/meta/art/10_googleimage.lua
index 9d00164..e123060 100644
--- a/share/lua/meta/art/10_googleimage.lua
+++ b/share/lua/meta/art/10_googleimage.lua
@@ -29,11 +29,12 @@ end
 
 -- Return the artwork
 function fetch_art()
-	-- This is disabled because we have too much false positive by the inherent nature of this script.
-	if true then vlc.msg.dbg("10_googleimage.lua is disabled") return nil end
+    -- This is disabled because we have too much false positive by the inherent nature of this script.
+    if true then vlc.msg.dbg("10_googleimage.lua is disabled") return nil end
 
-	if vlc.input == nil then return nil end
-	local item = vlc.input.item()
+    if vlc.input == nil then return nil end
+
+    local item = vlc.input.item()
     local meta = item:metas()
     if meta["artist"] and meta["album"] then
         title = meta["artist"].." "..meta["album"]




More information about the vlc-devel mailing list