mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: consistently use 4 spaces for indentation
This commit is contained in:
parent
c3bdcdd3fa
commit
bac32a8c2d
7 changed files with 98 additions and 98 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue