mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: fix indentation
This commit is contained in:
parent
6089235829
commit
b0bd2ae8b3
10
meson.build
10
meson.build
@ -2132,7 +2132,7 @@ endif
|
|||||||
conf.set10('ENABLE_UKIFY', want_ukify)
|
conf.set10('ENABLE_UKIFY', want_ukify)
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
#
|
|
||||||
elf2efi_lds = project_source_root / 'tools/elf2efi.lds'
|
elf2efi_lds = project_source_root / 'tools/elf2efi.lds'
|
||||||
elf2efi_py = find_program('tools/elf2efi.py')
|
elf2efi_py = find_program('tools/elf2efi.py')
|
||||||
export_dbus_interfaces_py = find_program('tools/dbus_exporter.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))
|
message('@0@ is an unsafe test'.format(name))
|
||||||
elif want_tests != 'false'
|
elif want_tests != 'false'
|
||||||
test(name, exe,
|
test(name, exe,
|
||||||
env : test_env,
|
env : test_env,
|
||||||
timeout : test.get('timeout', 30),
|
timeout : test.get('timeout', 30),
|
||||||
suite : suite,
|
suite : suite,
|
||||||
is_parallel : test.get('parallel', true))
|
is_parallel : test.get('parallel', true))
|
||||||
endif
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user