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:
@@ -37,4 +37,4 @@ libcamera_base_headers = [
|
||||
]
|
||||
|
||||
install_headers(libcamera_base_public_headers,
|
||||
subdir: libcamera_base_include_dir)
|
||||
subdir : libcamera_base_include_dir)
|
||||
|
||||
Reference in New Issue
Block a user