Cleaned up /lib/, removed trailing white space everywhere.

This commit is contained in:
Sorin Ionescu 2011-06-01 02:48:26 -04:00
commit 1e9b718af1
50 changed files with 332 additions and 298 deletions

View file

@ -34,7 +34,7 @@ _arguments -C \
case $state in
cmds)
cmds=(
cmds=(
"version:show the rvm version installed in rvm_path"
"use:setup current shell to use a specific ruby version"
"reload:reload rvm source itself (useful after changing rvm source)"
@ -116,7 +116,7 @@ case $state in
if (( CURRENT == 3 )); then
_values 'package_commands' \
'install' \
'uninstall'
'uninstall'
else
_values 'packages' \
'readline' \