zsh-workers
 help / color / mirror / code / Atom feed
From: Richard Hartmann <richih.mailinglist@gmail.com>
To: zsh-workers@zsh.org
Cc: Richard Hartmann <richih.mailinglist@gmail.com>
Subject: [PATCH] Whitespace fix
Date: Sun, 29 Jan 2012 03:22:26 +0100	[thread overview]
Message-ID: <1327803746-6191-2-git-send-email-richih.mailinglist@gmail.com> (raw)
In-Reply-To: <1327803746-6191-1-git-send-email-richih.mailinglist@gmail.com>

There were three tabs with a tab width of six in this file.
---
 Completion/X/Command/_mplayer |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index a135154..e329660 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|ogv|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|ogv|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
-- 
1.7.8.3


      reply	other threads:[~2012-01-29  2:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-29  2:22 Richard Hartmann
2012-01-29  2:22 ` Richard Hartmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1327803746-6191-2-git-send-email-richih.mailinglist@gmail.com \
    --to=richih.mailinglist@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).