HomeFreeBSD

stand/lua: More style nits, config.lua

Description

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.

Details

Provenance
kevansAuthored on
Parents
rS329503: liblua: Fix missing '}' in lutil.c after r329499
Branches
Unknown
Tags
Unknown