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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user