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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user