diff --git a/tests/meson.build b/tests/meson.build
index 4b34b05ca6e9824de1e03c188b89bde36601c52e..03828c2ef015c3f4e55d9228b3d783cdbfa086ce 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -11,10 +11,10 @@ foreach protocol_file : protocol_files
 	protocol_path = join_paths(wayland_protocols_srcdir, protocol_file)
 	test_name = 'scan-@0@'.format(protocol_file.underscorify())
 	test(test_name, prog_scan_sh,
-	     args: protocol_path,
-	     env: [
-		     'SCANNER=@0@'.format(prog_scanner.path()),
-	     ]
+		args: protocol_path,
+		env: [
+			'SCANNER=@0@'.format(prog_scanner.path()),
+		]
 	)
 endforeach