build/boot/roms_helper nicer indent on switch loop

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe 2023-06-20 02:06:51 +01:00
parent 97c9f06c91
commit 1762d114d3
1 changed files with 4 additions and 4 deletions

View File

@ -70,16 +70,16 @@ main()
{
while [ $# -gt 0 ]; do
case ${1} in
-d)
-d)
displaymodes="${displaymodes}${2}"
shift ;;
-p)
-p)
payloads="${payloads}${2}"
shift ;;
-k)
-k)
keyboard_layouts="${keyboard_layouts}${2}"
shift ;;
*)
*)
board=${1} ;;
esac
shift