summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-06-25 21:45:23 +0200
committerBruno Haible <bruno@clisp.org>2018-06-25 21:45:23 +0200
commitd7cf3b8d27f6b7ccbcdcdd9d18d7e12208795e3d (patch)
tree382e97c6a19bbd00c4257093416a97b9619a3119 /MODULES.html.sh
parentfcdf335e093e245e384874254ec897c97430ccf2 (diff)
downloadgnulib-d7cf3b8d27f6b7ccbcdcdd9d18d7e12208795e3d.tar.gz
Continue to use spaces for indentation, not tabs.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index a4e94c3a48..2cb4cd30f8 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3637,8 +3637,8 @@ func_all_modules
gnulib-tool --list > "$tmp/all-modules"
missed_modules=`for module in $seen_modules; do echo $module; done \
- | LC_ALL=C sort -u \
- | LC_ALL=C join -v 2 - "$tmp/all-modules"`
+ | LC_ALL=C sort -u \
+ | LC_ALL=C join -v 2 - "$tmp/all-modules"`
if test -n "$missed_modules"; then
@@ -3657,8 +3657,8 @@ fi
{ find lib -type f -print; find m4 -type f -print; } | LC_ALL=C sort | sed -e '/\/\./d' -e /README/d -e /ChangeLog/d -e /Makefile/d -e /TODO/d -e '/tags$/d' -e '/TAGS$/d' -e '/~$/d' > "$tmp/all-files"
missed_files=`for file in $seen_files; do echo $file; done \
- | LC_ALL=C sort -u \
- | LC_ALL=C join -v 2 - "$tmp/all-files"`
+ | LC_ALL=C sort -u \
+ | LC_ALL=C join -v 2 - "$tmp/all-files"`
if test -n "$missed_files"; then