From: W Trevor King Date: Wed, 30 Nov 2011 15:21:52 +0000 (-0500) Subject: More indentation fixups in dotfiles.sh. X-Git-Tag: v0.3~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78231cae87795e879d8e6f59a0880cc8e1c73176;p=dotfiles-framework.git More indentation fixups in dotfiles.sh. --- diff --git a/dotfiles.sh b/dotfiles.sh index 5927dab..1e7b8a6 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -348,17 +348,17 @@ function diff() { MODE='standard' while [ "${1::2}" = '--' ]; do - case "${1}" in - '--removed') - MODE='removed' - ;; - '--local-patch') - MODE='local-patch' - ;; - *) - echo "ERROR: invalid option to diff (${1})" >&2 - return 1 - esac + case "${1}" in + '--removed') + MODE='removed' + ;; + '--local-patch') + MODE='local-patch' + ;; + *) + echo "ERROR: invalid option to diff (${1})" >&2 + return 1 + esac shift done # multi-repo case handled in main() by run_on_all_repos()