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 --- Documentation/meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Documentation') diff --git a/Documentation/meson.build b/Documentation/meson.build index d675f368..b2a5bf15 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -92,8 +92,8 @@ if sphinx.found() install_dir : doc_install_dir) custom_target('documentation-linkcheck', - command: [sphinx, '-W', '-b', 'linkcheck', meson.current_source_dir(), '@OUTPUT@'], - build_always_stale: true, - input: docs_sources, - output: 'linkcheck') + command : [sphinx, '-W', '-b', 'linkcheck', meson.current_source_dir(), '@OUTPUT@'], + build_always_stale : true, + input : docs_sources, + output : 'linkcheck') endif -- cgit v1.2.1