HomeFreeBSD

lualoader: Use "local function x()" instead of "local x = function()"

Description

lualoader: Use "local function x()" instead of "local x = function()"

The latter is good, but the former is more elegant and clear about what 'x'
is. Adopt it, preferably only using the latter kind of notation where needed
as values for tables.

Details

Provenance
kevansAuthored on
Parents
rS329855: 1. Added support to offline a port if is error recovery on successful.
Branches
Unknown
Tags
Unknown