From 36a3ba76347ef72df1c316312ed3a26aa4b0c816 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 10 Feb 2020 15:48:49 +0000 Subject: fix indentation including: - spaces replaced with tabs for consistency - alignment of `;;` in some case statements changed for consistency Gbp-Dch: Short Closes: #952857 --- scripts/build/binary_grub-legacy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_grub-legacy') diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index 181e68ada..749db8bb3 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -155,7 +155,7 @@ case "${LIVE_IMAGE_TYPE}" in Echo_warning "Bootloader in this image type not yet supported by live-build." Echo_warning "This would produce a not bootable image, aborting (FIXME)." exit 1 - ;; + ;; esac Check_multiarchitectures -- cgit v1.2.3