[arch-projects] [devtools] [PATCH 1/3] makerepropkg: fix wonky indent

Eli Schwartz eschwartz at archlinux.org
Mon Dec 16 20:46:07 UTC 2019


Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
 makerepropkg.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/makerepropkg.in b/makerepropkg.in
index 710f3ca..2b0945e 100755
--- a/makerepropkg.in
+++ b/makerepropkg.in
@@ -101,12 +101,12 @@ __EOF__
 }
 
 while getopts 'M:c:h' arg; do
-        case "$arg" in
-                M) archroot_args+=(-M "$OPTARG") ;;
-                c) cache_dirs+=("$OPTARG") ;;
-                h) usage; exit 0 ;;
-                *|?) usage; exit 1 ;;
-        esac
+    case "$arg" in
+        M) archroot_args+=(-M "$OPTARG") ;;
+        c) cache_dirs+=("$OPTARG") ;;
+        h) usage; exit 0 ;;
+        *|?) usage; exit 1 ;;
+    esac
 done
 shift $((OPTIND - 1))
 
-- 
2.24.1


More information about the arch-projects mailing list