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:
@@ -43,6 +43,6 @@ libcamera_gst = shared_library('gstlibcamera',
|
||||
libcamera_gst_sources,
|
||||
cpp_args : libcamera_gst_cpp_args,
|
||||
dependencies : [libcamera_public, gstvideo_dep, gstallocator_dep],
|
||||
install: true,
|
||||
install : true,
|
||||
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user