mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-27 01:10:10 +01:00
build: fix indentation in tests/meson.build
The rest of the file uses tabs, not spaces. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
26843d6155
commit
9bc93d3ad2
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue