lualoader: Replace 8-space indentation with a single tab

This commit is contained in:
Kyle Evans 2018-02-21 19:56:34 +00:00
parent f686b1710a
commit 1f6c6d86e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329747

View File

@ -257,8 +257,8 @@ function drawer.drawscreen(menu_opts)
-- drawlogo() must go first.
-- it determines the positions of other elements
drawer.drawlogo()
drawer.drawbrand()
drawer.drawbox()
drawer.drawbrand()
drawer.drawbox()
return drawer.drawmenu(menu_opts)
end