summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/scripts/undocumented-uuids.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/scripts/undocumented-uuids.sh b/Documentation/scripts/undocumented-uuids.sh
index aa192e6..739eaf6 100755
--- a/Documentation/scripts/undocumented-uuids.sh
+++ b/Documentation/scripts/undocumented-uuids.sh
@@ -13,7 +13,7 @@ trap 'rm -f -- "$documented_uuids"' EXIT
 
 grep -Eio "$PATTERN" "$UUID_REFERENCE_PATH" | sort -u >"$documented_uuids"
 git ls-files -coz --exclude-standard |
-    grep -Fxvz "$UUID_REFERENCE_PATH" |
-    xargs -0 git grep -Ehio --no-index --no-line-number "$PATTERN" -- |
-    sort -u |
-    comm -23 - "$documented_uuids"
+	grep -Fxvz "$UUID_REFERENCE_PATH" |
+	xargs -0 git grep -Ehio --no-index --no-line-number "$PATTERN" -- |
+	sort -u |
+	comm -23 - "$documented_uuids"