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

@@ -71,7 +71,7 @@ def configure(conf):
else:
print('You are missing the libbluetooth headers needed to compile wiimote support')
else:
print('You are missing the cwiid headers needed to compile wiimote support')
print('You are missing the cwiid headers needed to compile wiimote support')
autowaf.check_pkg(conf, 'libwebsockets', uselib_store='WEBSOCKETS', atleast_version='2.0.0', mandatory=False)
if conf.is_defined('HAVE_WEBSOCKETS'):