From 78231cae87795e879d8e6f59a0880cc8e1c73176 Mon Sep 17 00:00:00 2001 From: W Trevor King Date: Wed, 30 Nov 2011 10:21:52 -0500 Subject: [PATCH] More indentation fixups in dotfiles.sh. --- dotfiles.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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() -- 2.26.2