fix indentation

including:
 - spaces replaced with tabs for consistency
 - alignment of `;;` in some case statements changed for consistency

Gbp-Dch: Short
Closes: #952857
This commit is contained in:
Lyndon Brown 2020-02-10 15:48:49 +00:00 committed by Raphaël Hertzog
parent a96107a3f1
commit 36a3ba7634
15 changed files with 97 additions and 97 deletions

View File

@ -141,6 +141,7 @@ case "${LB_BUILD_WITH_CHROOT}" in
_CHROOT_DIR="" _CHROOT_DIR=""
;; ;;
false) false)
_CHROOT_DIR="chroot" _CHROOT_DIR="chroot"
;; ;;

View File

@ -129,8 +129,7 @@ then
mv "${FILE}" binary/${POOL}/${SECTION}/"${LETTER}"/"${SOURCE}" mv "${FILE}" binary/${POOL}/${SECTION}/"${LETTER}"/"${SOURCE}"
done done
if [ -e chroot/etc/os-release ] if [ -e chroot/etc/os-release ]; then
then
_VERSION="$(. chroot/etc/os-release && echo ${VERSION_ID})" _VERSION="$(. chroot/etc/os-release && echo ${VERSION_ID})"
fi fi