]> git.cworth.org Git - nogit/commitdiff
Use consistent indentation for case statement
authorCarl Worth <cworth@cworth.org>
Sun, 5 Jul 2020 18:07:49 +0000 (11:07 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 5 Jul 2020 18:07:49 +0000 (11:07 -0700)
I would actually prefer the ';;' to be out to the left, (to make it
more clear if these were ever missing), but emacs wants to indent this
and I'm not going to fight it here.

nogit

diff --git a/nogit b/nogit
index 212ca33094e7c0af1f4fac7070747dab96f2a14c..3b4c40c51a0bcdc85e2ce3e27f15ab5205f5a6e9 100755 (executable)
--- a/nogit
+++ b/nogit
@@ -132,14 +132,14 @@ case "$cmd" in
             false;
         fi
         nogit_clone "$2"
             false;
         fi
         nogit_clone "$2"
-    ;;
+       ;;
     sync)
         nogit_sync
     sync)
         nogit_sync
-    ;;
+       ;;
     help)
         usage
         true
     help)
         usage
         true
-    ;;
+       ;;
     *)
         echo "Error: Unknown command: $cmd" >&2
         echo ""
     *)
         echo "Error: Unknown command: $cmd" >&2
         echo ""