]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Attend to some 80-col issues, pointed out by luacheck
authorKyle Evans <kevans@FreeBSD.org>
Thu, 22 Feb 2018 20:10:23 +0000 (20:10 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 22 Feb 2018 20:10:23 +0000 (20:10 +0000)
commit66964bbc36334eade58778fcb50f13f6d4d6326b
tree20abb27271a39b800b5b218c031d1f1947298d03
parent94b8a54ae65fa555627dd37a479f1a6174a16ba6
lualoader: Attend to some 80-col issues, pointed out by luacheck

Graphics have a tendency to cause 80-col issues, so make an exception to our
standard indentation guidelines for these graphics. This does not hamper
readability too badly.

Two 40-column strings of spaces is trivially replaced with
string.rep(" ", 80)
stand/lua/config.lua
stand/lua/drawer.lua
stand/lua/menu.lua