wscript: consistently use space indentation instead of tab indentation

This commit is contained in:
Mads Kiilerich 2022-01-25 00:27:20 +01:00
parent 06f8936a73
commit c3bdcdd3fa
4 changed files with 21 additions and 21 deletions

View File

@ -20,8 +20,8 @@ out = 'build'
from waflib import TaskGen
@TaskGen.extension('.m')
def m_hook(self, node):
"""Alias .m files to be compiled the same as .c files, gcc will do the right thing."""
return self.create_compiled_task('c', node)
"""Alias .m files to be compiled the same as .c files, gcc will do the right thing."""
return self.create_compiled_task('c', node)
path_prefix = 'gtk2_ardour/'

View File

@ -58,7 +58,7 @@ canvas_sources = [
'scroll_group.cc',
'stateful_image.cc',
'step_button.cc',
'table.cc',
'table.cc',
'text.cc',
'tracking_text.cc',
'types.cc',

View File

@ -19,14 +19,14 @@ def build(bld):
maschine2.cc
callbacks.cc
canvas.cc
interface.cc
layout.cc
m2_dev_mk2.cc
m2_map_mk2.cc
m2_dev_mikro.cc
m2_map_mikro.cc
ui_knob.cc
ui_menu.cc
interface.cc
layout.cc
m2_dev_mk2.cc
m2_map_mk2.cc
m2_dev_mikro.cc
m2_map_mikro.cc
ui_knob.cc
ui_menu.cc
'''
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="ardour_maschine2"' ]

View File

@ -19,19 +19,19 @@ def build(bld):
push2.cc
buttons.cc
canvas.cc
interface.cc
interface.cc
midi_byte_array.cc
leds.cc
level_meter.cc
gui.cc
knob.cc
layout.cc
menu.cc
mix.cc
scale.cc
splash.cc
track_mix.cc
utils.cc
gui.cc
knob.cc
layout.cc
menu.cc
mix.cc
scale.cc
splash.cc
track_mix.cc
utils.cc
'''
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="ardour_push2"' ]