Remove whitespace [Gun.io WhitespaceBot]

This commit is contained in:
Gun.io Whitespace Robot 2011-10-28 19:20:41 -04:00
commit c42205ffac
23 changed files with 72 additions and 72 deletions

View file

@ -23,7 +23,7 @@ _knife() {
'4: :->knifesubcmd3' \
'5: :->knifesubcmd4' \
'6: :->knifesubcmd5'
case $state in
knifecmd)
compadd -Q "$@" bootstrap client configure cookbook "cookbook site" "data bag" exec index node recipe role search ssh status windows $cloudproviders
@ -50,7 +50,7 @@ _knife() {
;;
role)
compadd -Q "$@" "bulk delete" create delete edit "from file" list show
;;
;;
windows)
compadd "$@" bootstrap
;;
@ -117,8 +117,8 @@ _knife() {
else
_arguments '*:Subsubcommands:($(_knife_options2))'
fi
;;
knifesubcmd5)
;;
knifesubcmd5)
_arguments '*:Subsubcommands:($(_knife_options3))'
esac
}