meson: fix indentation

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-05 09:36:00 +02:00
parent 6089235829
commit b0bd2ae8b3

View file

@ -2132,7 +2132,7 @@ endif
conf.set10('ENABLE_UKIFY', want_ukify)
############################################################
#
elf2efi_lds = project_source_root / 'tools/elf2efi.lds'
elf2efi_py = find_program('tools/elf2efi.py')
export_dbus_interfaces_py = find_program('tools/dbus_exporter.py')
@ -4462,10 +4462,10 @@ foreach test : tests
message('@0@ is an unsafe test'.format(name))
elif want_tests != 'false'
test(name, exe,
env : test_env,
timeout : test.get('timeout', 30),
suite : suite,
is_parallel : test.get('parallel', true))
env : test_env,
timeout : test.get('timeout', 30),
suite : suite,
is_parallel : test.get('parallel', true))
endif
endforeach