Merge branch 'fix-indentation' into 'master'

hook-utils: fix tab/spaces indentation

See merge request kernel-team/initramfs-tools!115
This commit is contained in:
Ben Hutchings 2024-06-01 20:19:03 +00:00
commit a0fba18dbd

View File

@ -585,7 +585,7 @@ dep_add_modules()
/sys/bus/platform/drivers/platform-framebuffer/* \
/sys/bus/platform/drivers/simple-framebuffer/* \
/sys/bus/platform/drivers/vesa-framebuffer/* \
/sys/bus/coreboot/drivers/framebuffer/*; do
/sys/bus/coreboot/drivers/framebuffer/*; do
if [ -d "$device" ]; then
walk_graphics=no
break