From ca437b4a0cde5ec72a5eea709eb044264deb4f55 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 6 Jul 2023 10:23:36 +0300 Subject: meson: Fix space around colon issues The meson style, which libcamera follows, recommends a space before colons in function parameters. Fix the style violations through the project. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain --- test/stream/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stream/meson.build') diff --git a/test/stream/meson.build b/test/stream/meson.build index a3b19bf5..dd77f2f7 100644 --- a/test/stream/meson.build +++ b/test/stream/meson.build @@ -10,5 +10,5 @@ foreach test : stream_tests dependencies : libcamera_public, link_with : test_libraries, include_directories : test_includes_internal) - test(test['name'], exe, suite: 'stream') + test(test['name'], exe, suite : 'stream') endforeach -- cgit v1.2.1