zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Whitespace fix
@ 2012-01-29  2:22 Richard Hartmann
  2012-01-29  2:22 ` Richard Hartmann
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Hartmann @ 2012-01-29  2:22 UTC (permalink / raw)
  To: zsh-workers

This may be a somewhat controversial/useless commit, but the three random tabs annoyed me. Feel free to disregard this patch.


Richard


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Whitespace fix
  2012-01-29  2:22 [PATCH] Whitespace fix Richard Hartmann
@ 2012-01-29  2:22 ` Richard Hartmann
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Hartmann @ 2012-01-29  2:22 UTC (permalink / raw)
  To: zsh-workers; +Cc: Richard Hartmann

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-29  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-29  2:22 [PATCH] Whitespace fix Richard Hartmann
2012-01-29  2:22 ` Richard Hartmann

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).