]> git.cworth.org Git - nogit/blobdiff - nogit
Use consistent indentation for case statement
[nogit] / 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"
-    ;;
+       ;;
     sync)
         nogit_sync
-    ;;
+       ;;
     help)
         usage
         true
-    ;;
+       ;;
     *)
         echo "Error: Unknown command: $cmd" >&2
         echo ""