wscript: consistently use 4 spaces for indentation

This commit is contained in:
Mads Kiilerich 2022-01-25 00:38:32 +01:00
parent c3bdcdd3fa
commit bac32a8c2d
7 changed files with 98 additions and 98 deletions

View file

@ -27,7 +27,7 @@ def configure(conf):
def build(bld):
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
if not bld.is_defined('HAVE_READLINE'):
return;
return;
# commandline luasession wrapper script
if bld.env['build_target'] != 'mingw':