]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/add-git-hook.sh
scripts: use 4 space indentation
[thirdparty/systemd.git] / tools / add-git-hook.sh
index c1db99b18af886a1b5e0ff392d50f19f029c5cad..5b1bf17219ebe752d1fd7d993873eb10564b66c5 100755 (executable)
@@ -4,7 +4,7 @@ set -eu
 cd "$MESON_SOURCE_ROOT"
 
 if [ ! -f .git/hooks/pre-commit.sample -o -f .git/hooks/pre-commit ]; then
-        exit 2 # not needed
+    exit 2 # not needed
 fi
 
 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit