spa: fix the indentation in the various meson.build files

Was all over the place using tabs and spaces, let's make this more
consistent.
This commit is contained in:
Peter Hutterer 2021-09-20 08:59:10 +10:00 committed by Wim Taymans
parent 335ad734de
commit ebda71d489
12 changed files with 142 additions and 129 deletions

View file

@ -1,12 +1,13 @@
spa_jack_sources = ['plugin.c',
spa_jack_sources = [
'plugin.c',
'jack-client.c',
'jack-device.c',
'jack-sink.c',
'jack-source.c']
spa_jack = shared_library('spa-jack',
spa_jack_sources,
include_directories : [spa_inc],
dependencies : [ jack_dep, mathlib ],
install : true,
install_dir : spa_plugindir / 'jack')
spa_jack_sources,
include_directories : [spa_inc],
dependencies : [ jack_dep, mathlib ],
install : true,
install_dir : spa_plugindir / 'jack')