From 59714a232be3707d421a071f03db7feeca895e5f Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 13 Oct 2021 15:34:21 -0400 Subject: [PATCH] minor: emacs auto indent --- kaya | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kaya b/kaya index 661c8e7..0c4454e 100755 --- a/kaya +++ b/kaya @@ -22,7 +22,7 @@ # defaults function kaya_usage { - cat << EOF 1>&2 + cat << EOF 1>&2 kaya usage: kaya [-c /etc/kaya.conf] [-u root] www1.example.com backup -- @@ -76,8 +76,8 @@ function get_params() { case $action in backup) - # currently the only option is to backup - ;; + # currently the only option is to backup + ;; *) kaya_usage exit 1 -- 2.25.1