From 9bc93d3ad2784587dc88b41d26c68b3c24d4caa2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 15 Apr 2021 10:02:12 +0200 Subject: build: fix indentation in tests/meson.build The rest of the file uses tabs, not spaces. Signed-off-by: Simon Ser --- tests/meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index 4b34b05..03828c2 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 -- cgit v1.2.3