summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/cycle-deinterlace-pullup.lua
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-10-19 23:12:34 -0700
committerwm4 <wm4@nowhere>2014-10-21 00:55:15 +0200
commit3617399a46b59cc115c6c124f8a198a12ff3f972 (patch)
tree3ef7223f68182ad2f8e1665c4bf4488c9c4caafc /TOOLS/lua/cycle-deinterlace-pullup.lua
parente68cc34c990907fb8c5fe2a3c690671bac38e618 (diff)
downloadmpv-3617399a46b59cc115c6c124f8a198a12ff3f972.tar.bz2
mpv-3617399a46b59cc115c6c124f8a198a12ff3f972.tar.xz
TOOLS/lua: remove tabs from some lua scripts
Diffstat (limited to 'TOOLS/lua/cycle-deinterlace-pullup.lua')
-rw-r--r--TOOLS/lua/cycle-deinterlace-pullup.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/lua/cycle-deinterlace-pullup.lua b/TOOLS/lua/cycle-deinterlace-pullup.lua
index f8095af4cd..2902e40dae 100644
--- a/TOOLS/lua/cycle-deinterlace-pullup.lua
+++ b/TOOLS/lua/cycle-deinterlace-pullup.lua
@@ -20,9 +20,9 @@ pullup_label = string.format("%s-pullup", script_name)
function pullup_on()
for i,vf in pairs(mp.get_property_native('vf')) do
- if vf['label'] == pullup_label then
- return "yes"
- end
+ if vf['label'] == pullup_label then
+ return "yes"
+ end
end
return "no"
end