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-pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_grub-pc') diff --git a/scripts/build/binary_grub-pc b/scripts/build/binary_grub-pc index 6d111a7d0..174a6c3e1 100755 --- a/scripts/build/binary_grub-pc +++ b/scripts/build/binary_grub-pc @@ -59,7 +59,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