xbmk: minor code cleanup (79 character rule)

recent re-factoring lead to certain code lines that
exceeded 79 characters in length.

we like to avoid this, whenever possible.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-07 05:52:36 +01:00
parent fb95e4ad68
commit 11a3e9d887
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ mkcorebootbin_real()
fi
if [ "$payload_seabios" = "y" ] && [ "$payload_uboot" = "arm64" ]; then
$if_not_dry_build \
err "$target: U-Boot arm and SeaBIOS/GRUB both enabled" \
err "$target: U-Boot arm / SeaBIOS/GRUB both enabled" \
"mkcorebootbin_real" "$@"
fi