Author: kevans
Date: Wed Feb 21 19:56:34 2018
New Revision: 329747
URL: https://svnweb.freebsd.org/changeset/base/329747

Log:
  lualoader: Replace 8-space indentation with a single tab

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua   Wed Feb 21 19:56:19 2018        (r329746)
+++ head/stand/lua/drawer.lua   Wed Feb 21 19:56:34 2018        (r329747)
@@ -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
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to