[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 30262cc01537656ac993539c3da3c0e6ff38ec2a

Ville Skyttä ville.skytta at iki.fi
Mon Oct 19 19:34:49 UTC 2009


The following commit has been merged in the master branch:
commit 30262cc01537656ac993539c3da3c0e6ff38ec2a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Oct 19 22:34:46 2009 +0300

    Indentation fix.

diff --git a/contrib/mplayer b/contrib/mplayer
index 5c8d8f7..157a7d8 100644
--- a/contrib/mplayer
+++ b/contrib/mplayer
@@ -118,10 +118,11 @@ _mplayer()
                 scplx_mask= naq ildct format= pred qpel precmp= cmp= subcmp= \
                 predia= dia= trell last_pred= preme= subq= psnr mpeg_quant aic \
                 umv' -- "$cur" ) )
-        return 0
-        ;;
-    -ssf)
-        COMPREPLY=( $( compgen -W 'lgb= cgb= ls= cs= chs= cvs=' -- "$cur" ) )
+            return 0
+            ;;
+        -ssf)
+            COMPREPLY=( $( compgen -W 'lgb= cgb= ls= cs= chs= cvs=' \
+                -- "$cur" ) )
             return 0
             ;;
         -jpeg)

-- 
bash-completion



More information about the Bash-completion-commits mailing list