freebsd-dev/stand/lua
Kyle Evans e402cd1307 stand/lua: More style nits, config.lua
Some other points I think we need to be consistent on:
- Spacing around string concatenation (always)
- Test against 'nil' explicitly rather than relying on 'not' for things that
  reasonably won't be returning a boolean. e.g. loader.getenv

Eventually this will all get formalized somewhere.
2018-02-18 01:35:46 +00:00
..
color.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
config.lua stand/lua: More style nits, config.lua 2018-02-18 01:35:46 +00:00
core.lua lua loader: Auto detect eligible list of kernels to boot 2018-02-18 01:16:37 +00:00
drawer.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
loader.lua
Makefile
menu.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
password.lua stand/lua: Debugging string snuck in... 2018-02-17 05:53:41 +00:00
screen.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00