From 829dac9a1b4aaadcd0238f72b3bc61c9ce936110 Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Thu, 19 Nov 2009 03:12:59 +0100 Subject: [PATCH] bash-completion: Whitespace fix Signed-off-by: Ingmar Vanhassel --- notmuch-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch-completion.bash b/notmuch-completion.bash index b4335fdf..ff0a24d6 100644 --- a/notmuch-completion.bash +++ b/notmuch-completion.bash @@ -53,11 +53,11 @@ _notmuch() prev=${COMP_WORDS[COMP_CWORD-1]} if [[ "$COMP_CWORD" == "1" ]]; then - COMPREPLY=( $(compgen -W "${commands}" -- ${current}) ) + COMPREPLY=( $(compgen -W "${commands}" -- ${current}) ) fi if [[ $prev = "help" && "$COMP_CWORD" == "2" ]]; then - COMPREPLY=( $(compgen -W "${help_options}" -- ${current}) ) + COMPREPLY=( $(compgen -W "${help_options}" -- ${current}) ) fi } complete -o default -o bashdefault -F _notmuch notmuch -- 2.43.0