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/py/libcamera/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/py') diff --git a/src/py/libcamera/meson.build b/src/py/libcamera/meson.build index b38a57d7..f58c7198 100644 --- a/src/py/libcamera/meson.build +++ b/src/py/libcamera/meson.build @@ -93,11 +93,11 @@ pycamera = shared_module('_libcamera', run_command('ln', '-fsrT', files('__init__.py'), meson.current_build_dir() / '__init__.py', - check: true) + check : true) run_command('ln', '-fsrT', meson.current_source_dir() / 'utils', meson.current_build_dir() / 'utils', - check: true) + check : true) install_data(['__init__.py'], install_dir : destdir) -- cgit v1.2.1