From 3ceef97799da9ec938dbade9e08e624ebb5fcea7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 17 Aug 2011 16:56:07 -0500 Subject: Fix trailing whitespace in whole codebase Signed-off-by: Dan McGee --- contrib/zsh_completion.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/zsh_completion.in') diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 078b507b..f7e0b923 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -116,12 +116,12 @@ _pacman_action_none() { _pacman_action_query() { local context state line typeset -A opt_args - + # _arguments -s : \ # "$_pacman_opts_common[@]" \ # "$_pacman_opts_query_actions[@]" \ # "$_pacman_opts_query_modifiers[@]" - + case $state in query_file) _arguments -s : \ @@ -168,12 +168,12 @@ _pacman_action_remove() { _pacman_action_sync() { local context state line typeset -A opt_args - + # _arguments -s : \ # "$_pacman_opts_common[@]" \ # "$_pacman_opts_sync_actions[@]" #\ # #"$_pacman_opts_sync_modifiers[@]" - + case $state in sync_clean) _arguments -s : \ -- cgit v1.2.3-24-g4f1b