From b0bd2ae8b3311f1cc811f0986072c09b293e8c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 5 May 2023 09:36:00 +0200 Subject: meson: fix indentation --- meson.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9c35a701dd..25b5010264 100644 --- a/meson.build +++ b/meson.build @@ -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 -- cgit v1.2.1