From 76512cdeb052408bf0bd79dc7cf43261b8c232ad Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 29 Jan 2012 18:29:26 +0000 Subject: Richard Hartmann: 30140: whitespace fix in mplayer completion --- Completion/X/Command/_mplayer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/X/Command/_mplayer') diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer index 85c4f6d12..81669fc1c 100644 --- a/Completion/X/Command/_mplayer +++ b/Completion/X/Command/_mplayer @@ -115,12 +115,12 @@ case "$state" in _tags files urls while _tags; do _requested files expl 'video file' _files -g \ - "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0 + "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0 if _requested urls; then while _next_label urls expl URL; do _urls "$expl[@]" && ret=0 - compadd -S '' "$expl[@]" {dvd,vcd,cdda,cddb,tv}:// && ret=0 - done + compadd -S '' "$expl[@]" {dvd,vcd,cdda,cddb,tv}:// && ret=0 + done fi (( ret )) || return 0 done -- cgit v1.2.3