[archivers] xzize: reindent

This commit is contained in:
Matteo Cypriani 2019-10-28 16:03:31 +01:00
parent 3fb819f430
commit 718768755c
1 changed files with 101 additions and 99 deletions

View File

@ -75,7 +75,7 @@ for SOURCE in "$@" ; do
continue continue
fi fi
# Does source file is regular? # Is source file regular?
if [ ! -f "$SOURCE" ] ; then if [ ! -f "$SOURCE" ] ; then
echo "Skipping source file « $SOURCE »: is not a regular file!" >&2 echo "Skipping source file « $SOURCE »: is not a regular file!" >&2
continue continue
@ -161,3 +161,5 @@ for SOURCE in "$@" ; do
xz $COMPRESSION_LEVEL "$SOURCE" xz $COMPRESSION_LEVEL "$SOURCE"
done done
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4