]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Clean up naming conventions a little bit
authorkevans <kevans@FreeBSD.org>
Sat, 24 Feb 2018 20:21:21 +0000 (20:21 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 24 Feb 2018 20:21:21 +0000 (20:21 +0000)
commit84dfae96d5737bc62b7af51f3eff28112d2245a1
treec069e802bc413dca013767981c4b44e70fb025d2
parent1ed16fe7afab73065ea8da993d2c103653d8ee96
lualoader: Clean up naming conventions a little bit

We mostly use camel case for function names, but some local functions got
mixed in using internal underscores. Doubles down on camel case.
stand/lua/cli.lua
stand/lua/config.lua
stand/lua/core.lua
stand/lua/drawer.lua
stand/lua/menu.lua
stand/lua/password.lua