mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
spa: fix indentation in audioconvert/meson.build
Was partially using spaces, partially 2-space tabs. Use 2 spaces only and fix the few lines where the indentation was completely out of whack.
This commit is contained in:
parent
b2206e2530
commit
e38cc427bf
1 changed files with 146 additions and 148 deletions
|
|
@ -144,8 +144,7 @@ foreach a : test_apps
|
||||||
|
|
||||||
if installed_tests_enabled
|
if installed_tests_enabled
|
||||||
test_conf = configuration_data()
|
test_conf = configuration_data()
|
||||||
test_conf.set('exec',
|
test_conf.set('exec', installed_tests_execdir / 'audioconvert' / a)
|
||||||
installed_tests_execdir / 'audioconvert' / a)
|
|
||||||
configure_file(
|
configure_file(
|
||||||
input: installed_tests_template,
|
input: installed_tests_template,
|
||||||
output: a + '.test',
|
output: a + '.test',
|
||||||
|
|
@ -176,8 +175,7 @@ foreach a : benchmark_apps
|
||||||
|
|
||||||
if installed_tests_enabled
|
if installed_tests_enabled
|
||||||
test_conf = configuration_data()
|
test_conf = configuration_data()
|
||||||
test_conf.set('exec',
|
test_conf.set('exec', installed_tests_execdir / 'audioconvert' / a)
|
||||||
installed_tests_execdir / 'audioconvert' / a)
|
|
||||||
configure_file(
|
configure_file(
|
||||||
input: installed_tests_template,
|
input: installed_tests_template,
|
||||||
output: a + '.test',
|
output: a + '.test',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue