]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix indentation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 5 May 2023 07:36:00 +0000 (09:36 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 9 May 2023 06:11:10 +0000 (08:11 +0200)
meson.build

index 9c35a701dd46f1a4e75d19b751cc48f20a3c1bd1..25b50102648baf0f736ac483adbb93a2ccace0ef 100644 (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