diff options
| author | Ingmar Vanhassel <ingmar@exherbo.org> | 2009-11-19 03:12:59 +0100 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-11-19 11:31:44 +0100 |
| commit | 829dac9a1b4aaadcd0238f72b3bc61c9ce936110 (patch) | |
| tree | 3c533d4c2345ffafb233b1955348a0ea49060fe9 /notmuch-completion.bash | |
| parent | 4033d87fddff62cfd615899991955867659ade01 (diff) | |
bash-completion: Whitespace fix
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
Diffstat (limited to 'notmuch-completion.bash')
| -rw-r--r-- | notmuch-completion.bash | 4 |
1 files 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 |
