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 --- src/apps/qcam/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/apps/qcam/meson.build') diff --git a/src/apps/qcam/meson.build b/src/apps/qcam/meson.build index eb0712d9..2e77146c 100644 --- a/src/apps/qcam/meson.build +++ b/src/apps/qcam/meson.build @@ -57,9 +57,9 @@ if ((cc.get_id() == 'gcc' and cc.version().version_compare('>=9.0') and qt5_cpp_args += ['-Wno-deprecated-copy'] endif -resources = qt5.preprocess(moc_headers: qcam_moc_headers, +resources = qt5.preprocess(moc_headers : qcam_moc_headers, qresources : qcam_resources, - dependencies: qt5_dep) + dependencies : qt5_dep) qcam = executable('qcam', qcam_sources, resources, install : true, -- cgit v1.2.1