summaryrefslogtreecommitdiff
path: root/scripts/build/binary_grub-legacy
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-02-10 15:48:49 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-03-05 11:29:01 +0000
commit36a3ba76347ef72df1c316312ed3a26aa4b0c816 (patch)
tree1777349053ca63a9cb543230289b2c1f65778a5c /scripts/build/binary_grub-legacy
parenta96107a3f124cdbeecb3fb6d4a13f3dc7cb62ea7 (diff)
downloadvyos-live-build-36a3ba76347ef72df1c316312ed3a26aa4b0c816.tar.gz
vyos-live-build-36a3ba76347ef72df1c316312ed3a26aa4b0c816.zip
fix indentation
including: - spaces replaced with tabs for consistency - alignment of `;;` in some case statements changed for consistency Gbp-Dch: Short Closes: #952857
Diffstat (limited to 'scripts/build/binary_grub-legacy')
-rwxr-xr-xscripts/build/binary_grub-legacy2
1 files changed, 1 insertions, 1 deletions
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